Skip to content

Commit

Permalink
wifi: mt76: mt7996: fix the size of struct bss_rate_tlv
Browse files Browse the repository at this point in the history
Align the format of struct bss_rate_tlv to the firmware.

Fixes: 98686cd ("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>
  • Loading branch information
Sujuan Chen authored and Felix Fietkau committed Dec 7, 2023
1 parent 254ab81 commit 4aa9992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/mediatek/mt76/mt7996/mcu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4aa9992

Please sign in to comment.