projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refresh madwifi-testing patches
[openwrt.git]
/
package
/
madwifi
/
patches-r3776
/
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.041299 seconds
and
5
git commands to generate.