diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-17 07:06:12 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-17 07:06:12 +0000 |
commit | d21ab4fc07a5cb938dc3fefec9bc12da3564f264 (patch) | |
tree | b6a18324235de7bb28947ed5d75a071365fe9ce0 /target/linux/ramips/dts/DIR-810L.dts | |
parent | b51844de7bc225c3d4fb53dd255b7de68cf73ced (diff) | |
download | upstream-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
Diffstat (limited to 'target/linux/ramips/dts/DIR-810L.dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-810L.dts | 4 |
1 files changed, 4 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"; + }; }; |