update madwifi to latest rev - works around some crashiness
[openwrt-10.03/.git] / package / madwifi / patches / 113-no_ibss_pwrsave.patch
1 Index: madwifi-ng-r2834-20071106/net80211/ieee80211_scan.c
2 ===================================================================
3 --- madwifi-ng-r2834-20071106.orig/net80211/ieee80211_scan.c    2007-11-07 14:01:59.541344736 +0100
4 +++ madwifi-ng-r2834-20071106/net80211/ieee80211_scan.c 2007-11-07 14:02:02.281500890 +0100
5 @@ -291,7 +291,8 @@
6         struct ieee80211com *ic = vap->iv_ic;
7         int delay;
8  
9 -       ieee80211_sta_pwrsave(vap, 1);
10 +       if (vap->iv_opmode != IEEE80211_M_IBSS)
11 +           ieee80211_sta_pwrsave(vap, 1);
12         /*
13          * Use an initial 1ms delay to ensure the null
14          * data frame has a chance to go out.