be2net: fix ethtool ringparam reporting
authorSathya Perla <sathya.perla@emulex.com>
Tue, 13 Dec 2011 00:58:49 +0000 (00:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Dec 2011 18:34:26 +0000 (13:34 -0500)
commit110b82bc6265a48c1a0bf198109bed325ed055e2
tree39577d0cc66d9a769ec2ee4d20bdd30b66312b88
parent036d2df9b3167598a9c9f1c13d9039f7e6cb0083
be2net: fix ethtool ringparam reporting

The ethtool "-g" option is supposed to report the max queue length and
user modified queue length for RX and TX queues.  be2net doesn't support
user modification of queue lengths. So, the correct values for these
would be the max numbers.
be2net incorrectly reports the queue used values for these fields.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_ethtool.c