mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: disable pdata->use_flow_control for QCA9558
Signed-off-by: Felix Fietkau <nbd@nbd.name>owl
parent
75b2105cd3
commit
be08fdd007
|
@ -1044,7 +1044,6 @@ void __init ath79_register_eth(unsigned int id)
|
||||||
pdata->reset_bit = QCA955X_RESET_GE1_MAC |
|
pdata->reset_bit = QCA955X_RESET_GE1_MAC |
|
||||||
QCA955X_RESET_GE1_MDIO;
|
QCA955X_RESET_GE1_MDIO;
|
||||||
pdata->set_speed = qca955x_set_speed_sgmii;
|
pdata->set_speed = qca955x_set_speed_sgmii;
|
||||||
pdata->use_flow_control = 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pdata->has_gbit = 1;
|
pdata->has_gbit = 1;
|
||||||
|
|
Loading…
Reference in New Issue