2007-07-12 05:13:50 +08:00
|
|
|
Index: madwifi-ng-r2568-20070710/ath/if_ath.c
|
2007-06-04 19:25:53 +08:00
|
|
|
===================================================================
|
2007-07-12 05:13:50 +08:00
|
|
|
--- madwifi-ng-r2568-20070710.orig/ath/if_ath.c 2007-07-11 22:59:39.408094285 +0200
|
|
|
|
+++ madwifi-ng-r2568-20070710/ath/if_ath.c 2007-07-11 22:59:40.828175211 +0200
|
2007-07-04 05:03:58 +08:00
|
|
|
@@ -427,7 +427,7 @@
|
2006-02-06 19:36:10 +08:00
|
|
|
HAL_STATUS status;
|
2007-05-14 00:24:11 +08:00
|
|
|
int error = 0;
|
|
|
|
unsigned int i;
|
2006-02-06 19:36:10 +08:00
|
|
|
- int autocreatemode = IEEE80211_M_STA;
|
2006-10-18 00:13:10 +08:00
|
|
|
+ int autocreatemode = -1;
|
2006-02-06 19:36:10 +08:00
|
|
|
u_int8_t csz;
|
|
|
|
|
2006-04-01 00:55:02 +08:00
|
|
|
sc->devid = devid;
|