2007-10-24 07:35:02 +03:00
|
|
|
Index: madwifi-ng-r2756-20071018/ath/if_ath.c
|
2007-06-04 14:25:53 +03:00
|
|
|
===================================================================
|
2007-10-24 07:35:02 +03:00
|
|
|
--- madwifi-ng-r2756-20071018.orig/ath/if_ath.c 2007-10-24 06:20:16.761644468 +0200
|
|
|
|
+++ madwifi-ng-r2756-20071018/ath/if_ath.c 2007-10-24 06:20:17.585691429 +0200
|
|
|
|
@@ -426,7 +426,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;
|