From: nbd Date: Thu, 16 May 2013 11:41:54 +0000 (+0000) Subject: mac80211: add a rate control rate selection fix X-Git-Tag: fast2504n-3.10.28-merged~2558 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=1659ebda0806bbade3507aad86fb40f09d795de5;p=openwrt.git mac80211: add a rate control rate selection fix Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36645 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 71cc860bdb..7870cbac71 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/package/mac80211/patches/300-pending_work.patch @@ -2255,7 +2255,7 @@ + if (rates[i].idx < 0) + break; + -+ rate_idx_match_mask(&rates[i], sband, mask, chan_width, ++ rate_idx_match_mask(&rates[i], sband, chan_width, mask, + mcs_mask); + } +}