update madwifi to latest trunk - performance enhancements
[openwrt-10.03/.git] / package / madwifi / patches / 104-autocreate_none.patch
1 diff -urN madwifi-ng-r2377-20070526.old/ath/if_ath.c madwifi-ng-r2377-20070526.dev/ath/if_ath.c
2 --- madwifi-ng-r2377-20070526.old/ath/if_ath.c  2007-05-26 18:51:08.298825928 +0200
3 +++ madwifi-ng-r2377-20070526.dev/ath/if_ath.c  2007-05-26 18:51:08.306824712 +0200
4 @@ -410,7 +410,7 @@
5         HAL_STATUS status;
6         int error = 0;
7         unsigned int i;
8 -       int autocreatemode = IEEE80211_M_STA;
9 +       int autocreatemode = -1;
10         u_int8_t csz;
11  
12         sc->devid = devid;