aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-10-11 23:58:12 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-10-11 23:58:12 +0200
commit5a779cdbb3359c65959679efdfa3db668db4b046 (patch)
tree98b1d497b15dc92f0f86c756d5ce0272e3d6f8e1 /target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h
parentf16bdf493ff6fa0ced7ad80807befc08676665ad (diff)
downloadmaster-187ad058-5a779cdbb3359c65959679efdfa3db668db4b046.tar.gz
master-187ad058-5a779cdbb3359c65959679efdfa3db668db4b046.tar.bz2
master-187ad058-5a779cdbb3359c65959679efdfa3db668db4b046.zip
ar71xx: enable flow control for ethernet MACs with built-in switch
Should fix LAN speed issues on some devices. This is an updated version of the previously reverted commit with the same name. It improves the check for MACs connected to a built-in switch Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h')
-rw-r--r--target/linux/ar71xx/files/arch/mips/include/asm/mach-ath79/ag71xx_platform.h1
1 files changed, 1 insertions, 0 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 d46dc4e317..e494cdfc0f 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,6 +36,7 @@ struct ag71xx_platform_data {
u8 is_ar7240:1;
u8 is_ar724x:1;
u8 has_ar8216:1;
+ u8 builtin_switch:1;
struct ag71xx_switch_platform_data *switch_data;