mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-11 17:19:27 +00:00
ar71xx: disable flow control to the built-in switch on AR934x
It apparently causes a regression on some devices if the ethernet cable is plugged in while booting. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
6fdc527793
commit
83997146e7
@ -981,7 +981,6 @@ void __init ath79_register_eth(unsigned int id)
|
||||
pdata->set_speed = ath79_set_speed_dummy;
|
||||
|
||||
pdata->switch_data = &ath79_switch_data;
|
||||
pdata->use_flow_control = 1;
|
||||
|
||||
/* reset the built-in switch */
|
||||
ath79_device_reset_set(AR934X_RESET_ETH_SWITCH);
|
||||
|
Loading…
Reference in New Issue
Block a user