summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-upstream/104-autocreate_none.patch
blob: e290f86ffc7c59bc2203d30b824417bd6850902e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: madwifi-0.9.4/ath/if_ath.c
===================================================================
--- madwifi-0.9.4.old/ath/if_ath.c	2008-02-13 06:13:10.000000000 +0100
+++ madwifi-0.9.4/ath/if_ath.c	2008-05-06 10:25:15.000000000 +0200
@@ -404,7 +404,7 @@
 	struct ath_hal *ah;
 	HAL_STATUS status;
 	int error = 0, i;
-	int autocreatemode = IEEE80211_M_STA;
+	int autocreatemode = -1;
 	u_int8_t csz;
 
 	sc->devid = devid;