1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-19 17:19:54 +03:00
openwrt-xburst/package/madwifi/patches-testing/329-turbo_chansearch.patch

11 lines
245 B
Diff
Raw Normal View History

--- a/net80211/ieee80211.c
+++ b/net80211/ieee80211.c
@@ -695,6 +695,7 @@
int i;
/* Brute force search */
+ flags &= IEEE80211_CHAN_ALLTURBO;
for (i = 0; i < ic->ic_nchans; i++) {
c = &ic->ic_channels[i];
if (c->ic_freq == freq &&