summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-testing/104-autocreate_none.patch
blob: 16ce6e863971c1e647a4a9156323a4451cdee178 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/ath/if_ath.c
+++ b/ath/if_ath.c
@@ -482,7 +482,7 @@
 	HAL_STATUS status;
 	int error = 0;
 	unsigned int i;
-	int autocreatemode = IEEE80211_M_STA;
+	int autocreatemode = -1;
 	u_int8_t csz;
 
 	sc->devid = devid;