2008-02-20 21:26:21 +00:00
|
|
|
Index: madwifi-trunk-r3314/ath/if_ath.c
|
2007-06-04 11:25:53 +00:00
|
|
|
===================================================================
|
2008-06-01 03:01:58 +00:00
|
|
|
--- madwifi-trunk-r3314.orig/ath/if_ath.c
|
|
|
|
+++ madwifi-trunk-r3314/ath/if_ath.c
|
2008-02-20 21:26:21 +00:00
|
|
|
@@ -516,7 +516,7 @@
|
2006-02-06 11:36:10 +00:00
|
|
|
HAL_STATUS status;
|
2007-05-13 16:24:11 +00:00
|
|
|
int error = 0;
|
|
|
|
unsigned int i;
|
2006-02-06 11:36:10 +00:00
|
|
|
- int autocreatemode = IEEE80211_M_STA;
|
2006-10-17 16:13:10 +00:00
|
|
|
+ int autocreatemode = -1;
|
2006-02-06 11:36:10 +00:00
|
|
|
u_int8_t csz;
|
|
|
|
|
2006-03-31 16:55:02 +00:00
|
|
|
sc->devid = devid;
|