Commit 42349a09 authored by Felix Fietkau's avatar Felix Fietkau Committed by Kleber Sacilotto de Souza

mac80211: minstrel: fix CCK rate group streams value

BugLink: https://bugs.launchpad.net/bugs/1853881

[ Upstream commit 80df9be6 ]

Fixes a harmless underflow issue when CCK rates are actively being used
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarConnor Kuehl <connor.kuehl@canonical.com>
Signed-off-by: default avatarKhalid Elmously <khalid.elmously@canonical.com>
parent 547f7d81
......@@ -128,7 +128,7 @@
#define CCK_GROUP \
[MINSTREL_CCK_GROUP] = { \
.streams = 0, \
.streams = 1, \
.flags = 0, \
.duration = { \
CCK_DURATION_LIST(false), \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment