2008-06-04 13:16:18 +00:00
|
|
|
--- a/ath/if_ath.c
|
|
|
|
+++ b/ath/if_ath.c
|
2008-11-02 13:04:36 +00:00
|
|
|
@@ -516,7 +516,7 @@ ath_attach(u_int16_t devid, struct net_d
|
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;
|