ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon code can...
[openwrt-10.03/.git] / package / mac80211 / patches / 410-ath9k_allow_adhoc_and_ap.patch
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 (file)
index 0000000..b03a066
--- /dev/null
@@ -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);