huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes lots of...
[openwrt/svn-archive/archive.git] / package / madwifi / patches / 113-no_ibss_pwrsave.patch
1 diff -urN madwifi-ng-refcount-r2313-20070505.old/net80211/ieee80211_scan.c madwifi-ng-refcount-r2313-20070505.dev/net80211/ieee80211_scan.c
2 --- madwifi-ng-refcount-r2313-20070505.old/net80211/ieee80211_scan.c 2007-04-25 22:29:55.000000000 +0200
3 +++ madwifi-ng-refcount-r2313-20070505.dev/net80211/ieee80211_scan.c 2007-05-13 18:17:55.868075800 +0200
4 @@ -291,7 +291,8 @@
5 struct ieee80211com *ic = vap->iv_ic;
6 int delay;
7
8 - ieee80211_sta_pwrsave(vap, 1);
9 + if (vap->iv_opmode != IEEE80211_M_IBSS)
10 + ieee80211_sta_pwrsave(vap, 1);
11 /*
12 * Use an initial 1ms delay to ensure the null
13 * data frame has a chance to go out.