summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/rdc
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2012-02-22 16:35:18 +0400
committerDavid S. Miller <davem@davemloft.net>2012-02-23 10:57:17 +0400
commit34655ad63893d3dd64f3fbaaaa0791550e554fa9 (patch)
tree15e0fab7a17f7fecb372224792dff46ba76e3c30 /drivers/net/ethernet/rdc
parent9f6f9af7694ede6314bed281eec74d588ba9474f (diff)
downloadlinux-34655ad63893d3dd64f3fbaaaa0791550e554fa9.tar.xz
tg3: Fix link check in tg3_adjust_link
The tg3 driver tried to detect link changes by comparing the tg3 local active_speed member with SPEED_UNKNOWN (or formerly SPEED_INVALID). This check is not correct, since phylib will never set its speed member to either of these two values. The code only appeared to work because tg3 initializes active_speed to SPEED_INVALID during tg3_init_one. This patch introduces a new "old_link" tg3 member and then compares the phy_device's link member against it to detect link state changes. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/rdc')
0 files changed, 0 insertions, 0 deletions