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
This commit is contained in:
blogic 2014-09-17 07:06:12 +00:00
parent b807135282
commit 8e9f513aef
2 changed files with 8 additions and 0 deletions

View File

@ -125,4 +125,8 @@
gpios = <&gpio0 13 0>;
};
};
wmac@10180000 {
status = "disabled";
};
};

View File

@ -139,4 +139,8 @@
linux,code = <0x103>;
};
};
wmac@10180000 {
status = "disabled";
};
};