madwifi: improve autochannel decision with lots of cards on one board
SVN-Revision: 15704
This commit is contained in:
parent
a8a91697ce
commit
d88bd31f99
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
||||||
+ else
|
+ else
|
||||||
+ bias += get_overlap(ch->freq, c->ic_freq, ch->bw, bw);
|
+ bias += get_overlap(ch->freq, c->ic_freq, ch->bw, bw);
|
||||||
+ }
|
+ }
|
||||||
+ return min(bias, (u32) 100);
|
+ return bias;
|
||||||
+}
|
+}
|
||||||
+EXPORT_SYMBOL(ieee80211_scan_get_bias);
|
+EXPORT_SYMBOL(ieee80211_scan_get_bias);
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue