aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-17 07:06:12 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-17 07:06:12 +0000
commitd21ab4fc07a5cb938dc3fefec9bc12da3564f264 (patch)
treeb6a18324235de7bb28947ed5d75a071365fe9ce0
parentb51844de7bc225c3d4fb53dd255b7de68cf73ced (diff)
downloadupstream-d21ab4fc07a5cb938dc3fefec9bc12da3564f264.tar.gz
upstream-d21ab4fc07a5cb938dc3fefec9bc12da3564f264.tar.bz2
upstream-d21ab4fc07a5cb938dc3fefec9bc12da3564f264.zip
ralink: disable wifi on DIR-810L and WHR-300HP2
both units have a lna/pna combo that the driver so far does not support Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42585 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/dts/DIR-810L.dts4
-rw-r--r--target/linux/ramips/dts/WHR-300HP2.dts4
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/DIR-810L.dts b/target/linux/ramips/dts/DIR-810L.dts
index 2f656fd125..846535595c 100644
--- a/target/linux/ramips/dts/DIR-810L.dts
+++ b/target/linux/ramips/dts/DIR-810L.dts
@@ -125,4 +125,8 @@
gpios = <&gpio0 13 0>;
};
};
+
+ wmac@10180000 {
+ status = "disabled";
+ };
};
diff --git a/target/linux/ramips/dts/WHR-300HP2.dts b/target/linux/ramips/dts/WHR-300HP2.dts
index f3f2a9397d..a75c0919d1 100644
--- a/target/linux/ramips/dts/WHR-300HP2.dts
+++ b/target/linux/ramips/dts/WHR-300HP2.dts
@@ -139,4 +139,8 @@
linux,code = <0x103>;
};
};
+
+ wmac@10180000 {
+ status = "disabled";
+ };
};