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

SVN-Revision: 15704
master
Felix Fietkau 16 years ago
parent a8a91697ce
commit d88bd31f99
  1. 2
      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);
+

Loading…
Cancel
Save