mac80211/rt2x00: allow disabling bands through dts
authorJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:21:57 +0000 (13:21 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:21:57 +0000 (13:21 +0000)
commit83e2788871aed406fbc04fa0534135a4c6d2002c
treec63a8ef79f1e52f2940819e0ef9bbe7fa5c80a7b
parentdf95094311b28c6d6db97bea65484c093f8a8a82
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

SVN-Revision: 42382
package/kernel/mac80211/patches/609-rt2x00-allow_disabling_bands_through_dts.patch [new file with mode: 0644]