Commit 3620c882 authored by Peter Chiu's avatar Peter Chiu Committed by Felix Fietkau

mt76: mt7915: fix twt table_mask to u16 in mt7915_dev

mt7915 can support 16 twt stations so modify table_mask to u16.

Fixes: 3782b69d ("mt76: mt7915: introduce mt7915_mac_add_twt_setup routine")
Signed-off-by: default avatarPeter Chiu <chui-hao.chiu@mediatek.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent b5509983
......@@ -319,7 +319,7 @@ struct mt7915_dev {
void *cal;
struct {
u8 table_mask;
u16 table_mask;
u8 n_agrt;
} twt;
......
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