sync with latest madwifi snapshot, refresh patches, add tpc fix by mdtaylor (should...
[openwrt-10.03/.git] / package / madwifi / patches / 113-no_ibss_pwrsave.patch
1 Index: madwifi-ng-r2568-20070710/net80211/ieee80211_scan.c
2 ===================================================================
3 --- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_scan.c    2007-07-11 22:59:39.012071719 +0200
4 +++ madwifi-ng-r2568-20070710/net80211/ieee80211_scan.c 2007-07-11 22:59:42.172251804 +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.