2007-05-13 16:24:11 +00:00
|
|
|
diff -urN madwifi-ng-refcount-r2313-20070505.old/ath/if_ath.c madwifi-ng-refcount-r2313-20070505.dev/ath/if_ath.c
|
|
|
|
--- madwifi-ng-refcount-r2313-20070505.old/ath/if_ath.c 2007-05-13 18:17:55.278165480 +0200
|
|
|
|
+++ madwifi-ng-refcount-r2313-20070505.dev/ath/if_ath.c 2007-05-13 18:17:55.287164112 +0200
|
|
|
|
@@ -401,7 +401,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;
|