refresh all package patches in the buildroot using quilt
[openwrt.git] / package / madwifi / patches / 113-no_ibss_pwrsave.patch
1 Index: madwifi-ng-r2420-20070602/net80211/ieee80211_scan.c
2 ===================================================================
3 --- madwifi-ng-r2420-20070602.orig/net80211/ieee80211_scan.c    2007-06-04 13:21:53.432853640 +0200
4 +++ madwifi-ng-r2420-20070602/net80211/ieee80211_scan.c 2007-06-04 13:21:55.608522888 +0200
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.