ar71xx: rename ethernet pdata->builtin_switch to use_flow_control
[openwrt/openwrt.git] / target / linux / ar71xx / files / drivers / net / ethernet / atheros / ag71xx / ag71xx_main.c
index d7c27393a622e5a13a48956a82dc251b10a9493c..0ae6acf119907fc362141985b86b6d13064667ed 100644 (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);