2
0
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:
Felix Fietkau
2016-06-27 10:02:58 +02:00
parent 8d1218ca73
commit 75b2105cd3
3 changed files with 8 additions and 8 deletions

View File

@@ -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);