2007-07-12 00:13:50 +03:00
|
|
|
Index: madwifi-ng-r2568-20070710/ath/if_ath.c
|
2007-06-04 14:25:53 +03:00
|
|
|
===================================================================
|
2007-07-23 02:49:34 +03:00
|
|
|
--- madwifi-ng-r2568-20070710.orig/ath/if_ath.c 2007-07-23 01:48:38.770189557 +0200
|
|
|
|
+++ madwifi-ng-r2568-20070710/ath/if_ath.c 2007-07-23 01:48:40.226272533 +0200
|
2007-07-04 00:03:58 +03:00
|
|
|
@@ -427,7 +427,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;
|