mac80211/rt2x00: allow disabling bands through dts
authorJohn Crispin <john@openwrt.org>
Mon, 25 Aug 2014 06:36:01 +0000 (06:36 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 25 Aug 2014 06:36:01 +0000 (06:36 +0000)
commit20e95b97aafaa5983264a6c81c6fcef701c8d2e5
tree42a2b5e807cd0d06ddece65c21dc5ee1d160cab3
parentf6fef88b55b4545377551cbb36b7f4d009d76604
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>
SVN-Revision: 42281
package/kernel/mac80211/patches/609-rt2x00-allow_disabling_bands_through_dts.patch [new file with mode: 0644]