ath9k: merge another round of upstream (or -pending) fixes and cleanups
[openwrt.git] / package / kernel / mac80211 / patches / 410-ath9k_allow_adhoc_and_ap.patch
index e5da942..96e2f6d 100644 (file)
@@ -1,10 +1,10 @@
 --- a/drivers/net/wireless/ath/ath9k/init.c
 +++ b/drivers/net/wireless/ath/ath9k/init.c
-@@ -779,6 +779,7 @@ static const struct ieee80211_iface_limi
+@@ -865,6 +865,7 @@ static const struct ieee80211_iface_limi
  #endif
                                 BIT(NL80211_IFTYPE_AP) |
                                 BIT(NL80211_IFTYPE_P2P_GO) },
 +      { .max = 1,     .types = BIT(NL80211_IFTYPE_ADHOC) },
  };
  
+ static const struct ieee80211_iface_limit if_dfs_limits[] = {