huge madwifi update (work in progress, disabled by default, compiles but breaks at...
[openwrt.git] / package / madwifi / patches-r3776 / 104-autocreate_none.patch
1 Index: madwifi-trunk-r3776/ath/if_ath.c
2 ===================================================================
3 --- madwifi-trunk-r3776.orig/ath/if_ath.c       2008-07-17 00:36:00.000000000 +0200
4 +++ madwifi-trunk-r3776/ath/if_ath.c    2008-07-17 00:47:22.000000000 +0200
5 @@ -482,7 +482,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;