提交 80df9be6 编写于 作者: F Felix Fietkau 提交者: Johannes Berg

mac80211: minstrel: fix CCK rate group streams value

Fixes a harmless underflow issue when CCK rates are actively being used
Signed-off-by: NFelix Fietkau <nbd@nbd.name>
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 37439f2d
......@@ -131,7 +131,7 @@
#define CCK_GROUP(_s) \
[MINSTREL_CCK_GROUP] = { \
.streams = 0, \
.streams = 1, \
.flags = 0, \
.shift = _s, \
.duration = { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册