OSDN Git Service

netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.
authorSantosh Nayak <santoshprasadnayak@gmail.com>
Tue, 19 Jun 2012 21:27:39 +0000 (21:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jun 2012 22:26:26 +0000 (15:26 -0700)
commitd8140b2fa09cceb947ac1ac49e0958eb137d0648
tree1a6103ce1d53bb8c5f1da6cc141c61018f8e82ca
parent7011d0851b80a1a229acfda37ce08aad903b12d1
netxen: Error return off by one in 'netxen_nic_set_pauseparam()'.

There are 'NETXEN_NIU_MAX_GBE_PORTS'  GBE ports. Port indexing starts
from zero.
Hence we should also return error for "port == NETXEN_NIU_MAX_GBE_PORTS"

Signed-off-by: Santosh Nayak <santoshprasadnayak@gmail.com>
drivers/net/ethernet/qlogic/netxen/netxen_nic_ethtool.c