mirror of https://github.com/hak5/openwrt.git
13 lines
444 B
Diff
13 lines
444 B
Diff
diff -urN madwifi-ng-r2377-20070526.old/ath/if_ath.c madwifi-ng-r2377-20070526.dev/ath/if_ath.c
|
|
--- madwifi-ng-r2377-20070526.old/ath/if_ath.c 2007-05-26 18:51:08.298825928 +0200
|
|
+++ madwifi-ng-r2377-20070526.dev/ath/if_ath.c 2007-05-26 18:51:08.306824712 +0200
|
|
@@ -410,7 +410,7 @@
|
|
HAL_STATUS status;
|
|
int error = 0;
|
|
unsigned int i;
|
|
- int autocreatemode = IEEE80211_M_STA;
|
|
+ int autocreatemode = -1;
|
|
u_int8_t csz;
|
|
|
|
sc->devid = devid;
|