31caa1bfe7f2400ae7a7d6a9f8075a821e717026
[openwrt/openwrt.git] / package / madwifi / patches / 365-turbo_channelsearch.patch
1 --- a/net80211/ieee80211.c
2 +++ b/net80211/ieee80211.c
3 @@ -684,6 +684,7 @@
4 int i;
5
6 /* Brute force search */
7 + flags &= IEEE80211_CHAN_ALLTURBO;
8 for (i = 0; i < ic->ic_nchans; i++) {
9 c = &ic->ic_channels[i];
10 if (c->ic_freq == freq &&