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 | c9bdfb5f491122ce5a44b7d3dccbf7e044a1dbdb (patch) | |
tree | e48157718e7829995507484089d4d9c5d11c9b1c /package/mac80211/patches | |
parent | 8ca26bf04027f4227cc260dd262838cda2cf35e7 (diff) | |
download | master-187ad058-c9bdfb5f491122ce5a44b7d3dccbf7e044a1dbdb.tar.gz master-187ad058-c9bdfb5f491122ce5a44b7d3dccbf7e044a1dbdb.tar.bz2 master-187ad058-c9bdfb5f491122ce5a44b7d3dccbf7e044a1dbdb.zip |
mac80211: add a rate control rate selection fix
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36645 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches')
-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); + } +} |