summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches-r3776/104-autocreate_none.patch
blob: 5796787eb1f7085ebeb6df17162aeae4f9a42623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: madwifi-trunk-r3776/ath/if_ath.c
===================================================================
--- madwifi-trunk-r3776.orig/ath/if_ath.c	2008-07-17 00:36:00.000000000 +0200
+++ madwifi-trunk-r3776/ath/if_ath.c	2008-07-17 00:47:22.000000000 +0200
@@ -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;