eebb5cf6f2e9db5f1eb15f502298cc1c5a034cb9
[openwrt/openwrt.git] / package / madwifi / patches / 113-no_ibss_pwrsave.patch
1 Index: madwifi-ng-r2525-20070630/net80211/ieee80211_scan.c
2 ===================================================================
3 --- madwifi-ng-r2525-20070630.orig/net80211/ieee80211_scan.c 2007-07-03 23:02:25.817657250 +0200
4 +++ madwifi-ng-r2525-20070630/net80211/ieee80211_scan.c 2007-07-03 23:02:29.401881250 +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.