refresh madwifi patches, fix an issue with napi polling (thx SeG)
[openwrt/svn-archive/archive.git] / package / madwifi / patches / 104-autocreate_none.patch
1 Index: madwifi-trunk-r3314/ath/if_ath.c
2 ===================================================================
3 --- madwifi-trunk-r3314.orig/ath/if_ath.c 2008-02-20 18:10:46.203147359 +0100
4 +++ madwifi-trunk-r3314/ath/if_ath.c 2008-02-20 18:10:47.047195460 +0100
5 @@ -516,7 +516,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;