X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2Fmac80211%2Fpatches%2F410-ath9k_allow_adhoc_and_ap.patch;h=8294ee2e52defbb18aa9a1a51a33750bf1d7fd1b;hb=7c552cdd964b331f7a5db5323362d00f8b81d49a;hp=8f82da5e3e4ea1c7e3b60c5d537f4332c3363f2c;hpb=f4069b4174dca58c45ba28ff501bdd9665c21823;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch b/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch index 8f82da5e3e..8294ee2e52 100644 --- a/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch +++ b/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch @@ -1,10 +1,10 @@ --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -735,6 +735,7 @@ static const struct ieee80211_iface_limi +@@ -733,6 +733,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_combination if_comb = { +