forked from Ivasoft/openwrt
ar71xx: rename ethernet pdata->builtin_switch to use_flow_control
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
@@ -456,7 +456,7 @@ static void ag71xx_hw_setup(struct ag71xx *ag)
|
||||
u32 init = MAC_CFG1_INIT;
|
||||
|
||||
/* setup MAC configuration registers */
|
||||
if (pdata->builtin_switch)
|
||||
if (pdata->use_flow_control)
|
||||
init |= MAC_CFG1_TFC | MAC_CFG1_RFC;
|
||||
ag71xx_wr(ag, AG71XX_REG_MAC_CFG1, init);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user