diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 18:29:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 18:29:24 +0000 |
commit | 3e3a4d3d6b4c9d6e34ea887151db8df98d3db001 (patch) | |
tree | 116282de2fa4fda155c218e53d6a4009067c828a /target/linux/ar71xx/files/arch/mips/include | |
parent | a8d3109208e60349dbdc9d5d2aa73aee462ae7c8 (diff) | |
download | mtk-20170518-3e3a4d3d6b4c9d6e34ea887151db8df98d3db001.zip mtk-20170518-3e3a4d3d6b4c9d6e34ea887151db8df98d3db001.tar.gz mtk-20170518-3e3a4d3d6b4c9d6e34ea887151db8df98d3db001.tar.bz2 |
ar71xx: allow to disable link polling on unused PHYs
SVN-Revision: 31533
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.h | 1 |
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 43e6755..6e90ba4 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 @@ -19,6 +19,7 @@ struct ag71xx_switch_platform_data { u8 phy4_mii_en:1; + u8 phy_poll_mask; }; struct ag71xx_platform_data { |