mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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:
parent
b5509983d7
commit
3620c8821a
|
|
@ -319,7 +319,7 @@ struct mt7915_dev {
|
|||
void *cal;
|
||||
|
||||
struct {
|
||||
u8 table_mask;
|
||||
u16 table_mask;
|
||||
u8 n_agrt;
|
||||
} twt;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user