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

SVN-Revision: 15704
This commit is contained in:
Felix Fietkau 2009-05-07 21:10:33 +00:00
parent a8a91697ce
commit d88bd31f99

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