madwifi: improve autochannel decision with lots of cards on one board

SVN-Revision: 15704
lede-17.01
Felix Fietkau 2009-05-07 21:10:33 +00:00
parent a8a91697ce
commit d88bd31f99
1 changed files with 1 additions and 1 deletions

View File

@ -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);
+