1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-23 01:19:19 +03:00
openwrt-xburst/package/madwifi/patches/333-apscan_mode.patch
kaloz 42bda49cb1 refresh madwifi patches using upstream style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-04 13:16:18 +00:00

16 lines
369 B
Diff

--- a/net80211/ieee80211_scan_ap.c
+++ b/net80211/ieee80211_scan_ap.c
@@ -781,12 +781,6 @@
/* 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) {