mac80211/rt2x00: allow disabling bands through dts
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Sep 2014 13:21:57 +0000 (13:21 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Sep 2014 13:21:57 +0000 (13:21 +0000)
commit9bbef11096788514665390f7a8108dfc46abca09
treec63a8ef79f1e52f2940819e0ef9bbe7fa5c80a7b
parent895b47c8c98b33621462785e9e01f1d12e1aebf5
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>
Backport of r42281

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42382 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/kernel/mac80211/patches/609-rt2x00-allow_disabling_bands_through_dts.patch [new file with mode: 0644]