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)
commitbbcf1fa610aa0029b58c0c2c69c03f8ac1f9160d
treeb2b9e0fb7b03b976313175d1c0e05297a4da728e
parent67cf439237f631a21c5cc8bbdafb4d1d370f28d4
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]