From d21ab4fc07a5cb938dc3fefec9bc12da3564f264 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 17 Sep 2014 07:06:12 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42585 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/DIR-810L.dts | 4 ++++ target/linux/ramips/dts/WHR-300HP2.dts | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'target') 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"; + }; }; -- cgit v1.2.3