diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-16 12:26:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-16 12:26:53 +0000 |
commit | 28b26fa603ec8931a35c618193f210444c5670f6 (patch) | |
tree | 10bd1c3dbc2180f2c1ae3de29479f012a6685d19 /target/linux | |
parent | b3f2d3d01b131eb2cf7881f49ebce4909a8ee26a (diff) | |
download | upstream-28b26fa603ec8931a35c618193f210444c5670f6.tar.gz upstream-28b26fa603ec8931a35c618193f210444c5670f6.tar.bz2 upstream-28b26fa603ec8931a35c618193f210444c5670f6.zip |
ramips: disable 2.4 ghz on 802.11ac wifi on WHR-1166D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43283
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/WHR-1166D.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/WHR-1166D.dts b/target/linux/ramips/dts/WHR-1166D.dts index c2de6295ac..8f1c9f4922 100644 --- a/target/linux/ramips/dts/WHR-1166D.dts +++ b/target/linux/ramips/dts/WHR-1166D.dts @@ -98,6 +98,7 @@ reg = <0x0000 0 0 0 0>; device_type = "pci"; mediatek,mtd-eeprom = <&factory 32768>; + mediatek,2ghz = <0>; }; }; }; |