2007-07-11 21:13:50 +00:00
|
|
|
Index: madwifi-ng-r2568-20070710/ath/if_ath.c
|
2007-06-04 11:25:53 +00:00
|
|
|
===================================================================
|
2007-07-13 09:18:45 +00:00
|
|
|
--- madwifi-ng-r2568-20070710.orig/ath/if_ath.c 2007-07-13 11:18:14.437119270 +0200
|
|
|
|
+++ madwifi-ng-r2568-20070710/ath/if_ath.c 2007-07-13 11:18:15.697191079 +0200
|
2007-07-03 21:03:58 +00:00
|
|
|
@@ -427,7 +427,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;
|