mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 21:24:08 +08:00
bgmac: reset cached MAC state during chip reset
Without this bgmac_adjust_link didn't know it should re-initialize MAC state. This led to the MAC not working after if down & up routine. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4f8f61eb43
commit
d469962f85
@ -953,6 +953,8 @@ static void bgmac_chip_reset(struct bgmac *bgmac)
|
||||
BGMAC_CMDCFG_CFE |
|
||||
BGMAC_CMDCFG_SR,
|
||||
false);
|
||||
bgmac->mac_speed = SPEED_UNKNOWN;
|
||||
bgmac->mac_duplex = DUPLEX_UNKNOWN;
|
||||
|
||||
bgmac_clear_mib(bgmac);
|
||||
if (core->id.id == BCMA_CORE_4706_MAC_GBIT)
|
||||
|
Loading…
Reference in New Issue
Block a user