From: nbd Date: Thu, 7 May 2009 21:10:33 +0000 (+0000) Subject: madwifi: improve autochannel decision with lots of cards on one board X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/a3fbf9343a3b9d9c6c09a7309ed2a91771cfdc0c madwifi: improve autochannel decision with lots of cards on one board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15704 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/madwifi/patches/411-autochannel_multi.patch b/package/madwifi/patches/411-autochannel_multi.patch index 827ab5800..6b970ca69 100644 --- a/package/madwifi/patches/411-autochannel_multi.patch +++ b/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); +