mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-03 17:24:04 +02:00
fe530a400c
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@26669 3c298f89-4303-0410-b956-a3cf2f4a3e73
18 lines
448 B
Diff
18 lines
448 B
Diff
--- 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);
|
|
|