mac80211: sync with master branch as of 9edff13abd97
[openwrt/staging/nbd.git] / package / kernel / mac80211 / patches / 550-ath9k-disable-bands-via-dt.patch
diff --git a/package/kernel/mac80211/patches/550-ath9k-disable-bands-via-dt.patch b/package/kernel/mac80211/patches/550-ath9k-disable-bands-via-dt.patch
new file mode 100644 (file)
index 0000000..55f040f
--- /dev/null
@@ -0,0 +1,15 @@
+--- a/drivers/net/wireless/ath/ath9k/init.c
++++ b/drivers/net/wireless/ath/ath9k/init.c
+@@ -571,6 +571,12 @@ static int ath9k_of_init(struct ath_soft
+       ath_dbg(common, CONFIG, "parsing configuration from OF node\n");
++      if (of_property_read_bool(np, "qca,disable-2ghz"))
++              ah->disable_2ghz = true;
++
++      if (of_property_read_bool(np, "qca,disable-5ghz"))
++              ah->disable_5ghz = true;
++
+       if (of_property_read_bool(np, "qca,no-eeprom")) {
+               /* ath9k-eeprom-<bus>-<id>.bin */
+               scnprintf(eeprom_name, sizeof(eeprom_name),