]> git.baikalelectronics.ru Git - kernel.git/commit
igb: PCIe devices do not need to unset MANC_ARP_ENA
authorDavid Graham <david.graham@intel.com>
Thu, 14 Feb 2008 18:17:12 +0000 (10:17 -0800)
committerJeff Garzik <jeff@garzik.org>
Fri, 15 Feb 2008 15:52:11 +0000 (10:52 -0500)
commite8d773d306f31d5de0f5edd9140b1295caf07248
tree097ac6c4f838710eebcd2a8f0586f0cedb164175
parent56079ac6e0413ab10b9d1722126a092b14671754
igb: PCIe devices do not need to unset MANC_ARP_ENA

Users reported that ARP's were lost with igb. The problem
is fixed by not enabling this manageability configuration
bit.

None of the release_manageability code is actually needed as the
normal device reset during a shutdown returns everthing to
the right condition automatically.

Signed-off-by: David Graham <david.graham@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/igb/igb_main.c