commit | c8e1e82b6a97ad44517517aa58b7b794ead0bf33 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Sat Apr 29 18:55:17 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Apr 29 18:55:17 2006 -0700 |
tree | 3044a83b7de83a70a0fa506e2c09d85e7311b3ae | |
parent | c302e6d54e468ee9b1e18152e2e9da06953f3473 [diff] |
[TG3]: Call netif_carrier_off() during phy reset Add netif_carrier_off() call during tg3_phy_reset(). This is needed to properly track the netif_carrier state in cases where we do a PHY reset with interrupts disabled. The SerDes code will not run properly if the netif_carrier state is wrong. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>