add a patch to use relative symlinks for development shared libraries
[openwrt.git] / package / madwifi / patches-testing / 329-turbo_chansearch.patch
1 --- a/net80211/ieee80211.c
2 +++ b/net80211/ieee80211.c
3 @@ -695,6 +695,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 &&
This page took 0.041984 seconds and 5 git commands to generate.