]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ixgbe: do not disable flow control in ixgbe_check_mac_link
authorEmil Tantilov <emil.s.tantilov@intel.com>
Fri, 16 Sep 2011 06:27:56 +0000 (06:27 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 5 Oct 2011 09:54:46 +0000 (02:54 -0700)
commit837617a580d5b61ca7a0a0cfe74ba9276e94c0ed
tree3ff1e4efaa76276f140b187b082855497c8c908c
parent217995ecd04999284ba4c5745e789314ea99e54f
ixgbe: do not disable flow control in ixgbe_check_mac_link

Disabling flow control in ixgbe_check_mac_link() results in incorrect
reporting by ethtool when link goes down, so remove it.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c
drivers/net/ethernet/intel/ixgbe/ixgbe_common.c