aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-14 23:22:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-14 23:22:21 +0000
commitbdbe4f5bb364884d56ee94af94133edbb55f58f3 (patch)
tree4a5a17d1deef12fa599728ea04e88785df465ed5 /package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
parentf02838ffb6d01dcabc9329fecca20ce10c2fae80 (diff)
downloadupstream-bdbe4f5bb364884d56ee94af94133edbb55f58f3.tar.gz
upstream-bdbe4f5bb364884d56ee94af94133edbb55f58f3.tar.bz2
upstream-bdbe4f5bb364884d56ee94af94133edbb55f58f3.zip
ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon code can handle it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26668 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch')
-rw-r--r--package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch b/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
new file mode 100644
index 0000000000..b03a0661c8
--- /dev/null
+++ b/package/mac80211/patches/410-ath9k_allow_adhoc_and_ap.patch
@@ -0,0 +1,17 @@
+--- a/drivers/net/wireless/ath/ath9k/main.c
++++ b/drivers/net/wireless/ath/ath9k/main.c
+@@ -1483,14 +1483,6 @@ static int ath9k_add_interface(struct ie
+ }
+ }
+
+- if ((vif->type == NL80211_IFTYPE_ADHOC) &&
+- sc->nvifs > 0) {
+- ath_err(common, "Cannot create ADHOC interface when other"
+- " interfaces already exist.\n");
+- ret = -EINVAL;
+- goto out;
+- }
+-
+ ath_dbg(common, ATH_DBG_CONFIG,
+ "Attach a VIF of type: %d\n", vif->type);
+