mac80211: minstrel: fix CCK rate group streams value
Fixes a harmless underflow issue when CCK rates are actively being used Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
37439f2d6e
commit
80df9be67c
@ -131,7 +131,7 @@
|
|||||||
|
|
||||||
#define CCK_GROUP(_s) \
|
#define CCK_GROUP(_s) \
|
||||||
[MINSTREL_CCK_GROUP] = { \
|
[MINSTREL_CCK_GROUP] = { \
|
||||||
.streams = 0, \
|
.streams = 1, \
|
||||||
.flags = 0, \
|
.flags = 0, \
|
||||||
.shift = _s, \
|
.shift = _s, \
|
||||||
.duration = { \
|
.duration = { \
|
||||||
|
Loading…
Reference in New Issue
Block a user