mt76: mt7915: fix twt table_mask to u16 in mt7915_dev

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

Fixes: 3782b69d03 ("mt76: mt7915: introduce mt7915_mac_add_twt_setup routine")
Signed-off-by: Peter Chiu <chui-hao.chiu@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Peter Chiu 2022-05-05 16:25:52 +08:00 committed by Felix Fietkau
parent b5509983d7
commit 3620c8821a

View file

@ -319,7 +319,7 @@ struct mt7915_dev {
void *cal;
struct {
u8 table_mask;
u16 table_mask;
u8 n_agrt;
} twt;