mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:04:05 +02:00
c537863342
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13096 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
410 B
Diff
16 lines
410 B
Diff
--- a/net80211/ieee80211_scan_ap.c
|
|
+++ b/net80211/ieee80211_scan_ap.c
|
|
@@ -783,12 +783,6 @@ pick_channel(struct ieee80211_scan_state
|
|
/* break the loop as the subsequent chans won't be
|
|
* better */
|
|
break;
|
|
-
|
|
- if (!IEEE80211_ARE_CHANS_SAME_MODE(c->chan,
|
|
- ic->ic_bsschan))
|
|
- /* break the loop as the subsequent chans won't be
|
|
- * better */
|
|
- break;
|
|
}
|
|
|
|
if (sta_assoc != 0) {
|