diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-16 11:41:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-16 11:41:54 +0000 |
commit | ab3982a84185cc64d674392da1bbde2693ce058e (patch) | |
tree | a9cc2757778537f9fc898ae9ec8d150f6cb145ab | |
parent | 7365e647f69b9a4bd3ec0e96149904ec0906ed6a (diff) | |
download | upstream-ab3982a84185cc64d674392da1bbde2693ce058e.tar.gz upstream-ab3982a84185cc64d674392da1bbde2693ce058e.tar.bz2 upstream-ab3982a84185cc64d674392da1bbde2693ce058e.zip |
mac80211: add a rate control rate selection fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36645
-rw-r--r-- | package/mac80211/patches/300-pending_work.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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); + } +} |