From ce66f7dcda3bf8e53923c669e97452b41621f75d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 17 Sep 2014 07:06:12 +0000 Subject: [PATCH] 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 SVN-Revision: 42585 --- target/linux/ramips/dts/DIR-810L.dts | 4 ++++ target/linux/ramips/dts/WHR-300HP2.dts | 4 ++++ 2 files changed, 8 insertions(+) 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"; + }; }; -- 2.30.2