From ab3982a84185cc64d674392da1bbde2693ce058e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 16 May 2013 11:41:54 +0000 Subject: [PATCH] mac80211: add a rate control rate selection fix Signed-off-by: Felix Fietkau SVN-Revision: 36645 --- package/mac80211/patches/300-pending_work.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); + } +} -- 2.30.2