]> bbs.cooldavid.org Git - net-next-2.6.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)
commitaa20c6c6d22efcca76c6225eb46f5903ce14c7c8
tree097ac6c4f838710eebcd2a8f0586f0cedb164175
parent41825d7158d4ca6488d562d73279392a886b9e7c
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