projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7365e64
)
mac80211: add a rate control rate selection fix
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 16 May 2013 11:41:54 +0000
(11:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 16 May 2013 11:41:54 +0000
(11:41 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36645
package/mac80211/patches/300-pending_work.patch
patch
|
blob
|
history
diff --git
a/package/mac80211/patches/300-pending_work.patch
b/package/mac80211/patches/300-pending_work.patch
index 71cc860bdb2af5fe593c03f4b6ebd188b078cb64..7870cbac71460410aa351dcf38e3855de1d21b45 100644
(file)
--- 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);
+ }
+}