2007-06-04 14:25:53 +03:00
|
|
|
Index: madwifi-ng-r2420-20070602/ath/if_ath.c
|
|
|
|
===================================================================
|
|
|
|
--- madwifi-ng-r2420-20070602.orig/ath/if_ath.c 2007-06-04 13:21:54.287723680 +0200
|
|
|
|
+++ madwifi-ng-r2420-20070602/ath/if_ath.c 2007-06-04 13:21:54.479694496 +0200
|
|
|
|
@@ -424,7 +424,7 @@
|
2006-02-06 13:36:10 +02:00
|
|
|
HAL_STATUS status;
|
2007-05-13 19:24:11 +03:00
|
|
|
int error = 0;
|
|
|
|
unsigned int i;
|
2006-02-06 13:36:10 +02:00
|
|
|
- int autocreatemode = IEEE80211_M_STA;
|
2006-10-17 19:13:10 +03:00
|
|
|
+ int autocreatemode = -1;
|
2006-02-06 13:36:10 +02:00
|
|
|
u_int8_t csz;
|
|
|
|
|
2006-03-31 19:55:02 +03:00
|
|
|
sc->devid = devid;
|