Browse Source

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

SVN-Revision: 15704
Felix Fietkau 16 years ago
parent
commit
d88bd31f99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/madwifi/patches/411-autochannel_multi.patch

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