mac80211/rt2x00: allow disabling bands through dts
authorJohn Crispin <blogic@openwrt.org>
Mon, 25 Aug 2014 06:36:01 +0000 (06:36 +0000)
committerJohn Crispin <blogic@openwrt.org>
Mon, 25 Aug 2014 06:36:01 +0000 (06:36 +0000)
commitc1333c560205359d25ce6894948d14ecca313c46
tree42a2b5e807cd0d06ddece65c21dc5ee1d160cab3
parentf6c4ee7ac036cd2ab4be9047a193e5ee76a1c899
mac80211/rt2x00: allow disabling bands through dts

Add dts property ralink,2ghz and ralink,5ghz
e.g. disable 2ghz band:
wmac@10180000 {
  status = "okay";
  ralink,2ghz = <0>;
}

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42281 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/patches/609-rt2x00-allow_disabling_bands_through_dts.patch [new file with mode: 0644]