madwifi: clean up handling of various timings such as slot time, ack timeout, eifs...
[openwrt.git] / package / madwifi / patches / 333-apscan_mode.patch
1 --- a/net80211/ieee80211_scan_ap.c
2 +++ b/net80211/ieee80211_scan_ap.c
3 @@ -783,12 +783,6 @@ pick_channel(struct ieee80211_scan_state
4                                 /* break the loop as the subsequent chans won't be 
5                                  * better */
6                                 break;
7 -
8 -                       if (!IEEE80211_ARE_CHANS_SAME_MODE(c->chan,
9 -                               ic->ic_bsschan))
10 -                               /* break the loop as the subsequent chans won't be 
11 -                                * better */
12 -                               break;
13                 }
14  
15                 if (sta_assoc != 0) {