igb/e1000e: update PSSR_MDIX value to reflect correct bit
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 26 May 2009 13:51:05 +0000 (13:51 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2009 03:35:06 +0000 (20:35 -0700)
The phy port status register has the MDI-X status bit on bit 11, not bit 3
as is currently setup in the define.  This patch corrects that so the
correct bit is checked on igp PHY types.

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

No differences found