2007-07-12 05:13:50 +08:00
|
|
|
Index: madwifi-ng-r2568-20070710/net80211/ieee80211_scan.c
|
2007-06-04 19:25:53 +08:00
|
|
|
===================================================================
|
2007-10-21 03:13:53 +08:00
|
|
|
--- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_scan.c 2007-10-20 20:51:37.000000000 +0200
|
|
|
|
+++ madwifi-ng-r2568-20070710/net80211/ieee80211_scan.c 2007-10-20 20:52:09.000000000 +0200
|
2007-05-14 00:24:11 +08:00
|
|
|
@@ -291,7 +291,8 @@
|
|
|
|
struct ieee80211com *ic = vap->iv_ic;
|
|
|
|
int delay;
|
|
|
|
|
|
|
|
- ieee80211_sta_pwrsave(vap, 1);
|
2007-07-23 07:49:34 +08:00
|
|
|
+ if (vap->iv_opmode != IEEE80211_M_IBSS)
|
2007-05-14 00:24:11 +08:00
|
|
|
+ ieee80211_sta_pwrsave(vap, 1);
|
|
|
|
/*
|
|
|
|
* Use an initial 1ms delay to ensure the null
|
|
|
|
* data frame has a chance to go out.
|