Author: blogic
Date: 2014-09-17 09:06:12 +0200 (Wed, 17 Sep 2014)
New Revision: 42585

Modified:
   branches/barrier_breaker/target/linux/ramips/dts/DIR-810L.dts
   branches/barrier_breaker/target/linux/ramips/dts/WHR-300HP2.dts
Log:
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 <[email protected]>

Modified: branches/barrier_breaker/target/linux/ramips/dts/DIR-810L.dts
===================================================================
--- branches/barrier_breaker/target/linux/ramips/dts/DIR-810L.dts       
2014-09-17 06:29:42 UTC (rev 42584)
+++ branches/barrier_breaker/target/linux/ramips/dts/DIR-810L.dts       
2014-09-17 07:06:12 UTC (rev 42585)
@@ -125,4 +125,8 @@
                        gpios = <&gpio0 13 0>;
                };
        };
+
+       wmac@10180000 {
+               status = "disabled";
+       };
 };

Modified: branches/barrier_breaker/target/linux/ramips/dts/WHR-300HP2.dts
===================================================================
--- branches/barrier_breaker/target/linux/ramips/dts/WHR-300HP2.dts     
2014-09-17 06:29:42 UTC (rev 42584)
+++ branches/barrier_breaker/target/linux/ramips/dts/WHR-300HP2.dts     
2014-09-17 07:06:12 UTC (rev 42585)
@@ -139,4 +139,8 @@
                        linux,code = <0x103>;
                };
        };
+
+       wmac@10180000 {
+               status = "disabled";
+       };
 };
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to