aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-27 10:02:58 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-27 12:12:40 +0200
commit75b2105cd3ba07039abe43b8565e5ef54b60e3fa (patch)
tree52bc490d9e724db1170170346b3927603742f756 /target/linux/ar71xx/files/arch/mips/include
parent8d1218ca7370a84c886a63917ef857c92ab9f25f (diff)
downloadupstream-75b2105cd3ba07039abe43b8565e5ef54b60e3fa.tar.gz
upstream-75b2105cd3ba07039abe43b8565e5ef54b60e3fa.tar.bz2
upstream-75b2105cd3ba07039abe43b8565e5ef54b60e3fa.zip
ar71xx: rename ethernet pdata->builtin_switch to use_flow_control
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
-rw-r--r--target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
index e494cdfc0f..5fd352c638 100644
--- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
+++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
@@ -36,7 +36,7 @@ struct ag71xx_platform_data {
u8 is_ar7240:1;
u8 is_ar724x:1;
u8 has_ar8216:1;
- u8 builtin_switch:1;
+ u8 use_flow_control:1;
struct ag71xx_switch_platform_data *switch_data;