igb: use correct bits to identify if managability is enabled
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 25 Mar 2010 17:15:06 +0000 (17:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 27 Mar 2010 15:33:20 +0000 (08:33 -0700)
igb was previously checking the wrong bits in the MANC register to determine
if managability was enabled.  As a result it was incorrectly powering down and
resetting the phy when it didn't need to.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found