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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ struct mt7915_dev {
	void *cal;

	struct {
		u8 table_mask;
		u16 table_mask;
		u8 n_agrt;
	} twt;