summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/300-pending_work.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-16 11:41:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-16 11:41:54 +0000
commitab3982a84185cc64d674392da1bbde2693ce058e (patch)
treea9cc2757778537f9fc898ae9ec8d150f6cb145ab /package/mac80211/patches/300-pending_work.patch
parent7365e647f69b9a4bd3ec0e96149904ec0906ed6a (diff)
downloadmtk-20170518-ab3982a84185cc64d674392da1bbde2693ce058e.zip
mtk-20170518-ab3982a84185cc64d674392da1bbde2693ce058e.tar.gz
mtk-20170518-ab3982a84185cc64d674392da1bbde2693ce058e.tar.bz2
mac80211: add a rate control rate selection fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36645
Diffstat (limited to 'package/mac80211/patches/300-pending_work.patch')
-rw-r--r--package/mac80211/patches/300-pending_work.patch2
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 71cc860..7870cba 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);
+ }
+}