dccb153b73c4824cffd9ab6cfed97bb5d84f67de
[openwrt/openwrt.git] / package / madwifi / patches / 104-autocreate_none.patch
1 Index: madwifi-ng-r2799-20071030/ath/if_ath.c
2 ===================================================================
3 --- madwifi-ng-r2799-20071030.orig/ath/if_ath.c 2007-10-31 14:04:46.893293774 +0100
4 +++ madwifi-ng-r2799-20071030/ath/if_ath.c 2007-10-31 14:04:47.893350767 +0100
5 @@ -426,7 +426,7 @@
6 HAL_STATUS status;
7 int error = 0;
8 unsigned int i;
9 - int autocreatemode = IEEE80211_M_STA;
10 + int autocreatemode = -1;
11 u_int8_t csz;
12
13 sc->devid = devid;