wifi: mt76: mt7996: fix the size of struct bss_rate_tlv
Align the format of struct bss_rate_tlv to the firmware. Fixes: 98686cd21624 ("wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices") Signed-off-by: Sujuan Chen <sujuan.chen@mediatek.com> Signed-off-by: Shayne Chen <shayne.chen@mediatek.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
254ab81f3b
commit
4aa9992674
@ -320,7 +320,7 @@ struct bss_rate_tlv {
|
||||
u8 short_preamble;
|
||||
u8 bc_fixed_rate;
|
||||
u8 mc_fixed_rate;
|
||||
u8 __rsv2[1];
|
||||
u8 __rsv2[9];
|
||||
} __packed;
|
||||
|
||||
struct bss_ra_tlv {
|
||||
|
Loading…
x
Reference in New Issue
Block a user