projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d46205e
)
madwifi: improve autochannel decision with lots of cards on one board
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 May 2009 21:10:33 +0000
(21:10 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 May 2009 21:10:33 +0000
(21:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15704
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/madwifi/patches/411-autochannel_multi.patch
patch
|
blob
|
history
diff --git
a/package/madwifi/patches/411-autochannel_multi.patch
b/package/madwifi/patches/411-autochannel_multi.patch
index
827ab58
..
6b970ca
100644
(file)
--- a/
package/madwifi/patches/411-autochannel_multi.patch
+++ b/
package/madwifi/patches/411-autochannel_multi.patch
@@
-87,7
+87,7
@@
+ else
+ bias += get_overlap(ch->freq, c->ic_freq, ch->bw, bw);
+ }
-+ return
min(bias, (u32) 100)
;
++ return
bias
;
+}
+EXPORT_SYMBOL(ieee80211_scan_get_bias);
+