mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
wifi: mt76: mt7996: fix alignment of sta info event
Fix the alignment of struct mt7996_mcu_all_sta_info_event.
Fixes: adde3eed4a ("wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic")
Signed-off-by: StanleyYP Wang <StanleyYP.Wang@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
d57e1b2554
commit
d58a9778f7
|
|
@ -203,7 +203,7 @@ struct mt7996_mcu_all_sta_info_event {
|
|||
u8 more;
|
||||
u8 rsv2;
|
||||
__le16 sta_num;
|
||||
u8 rsv3[2];
|
||||
u8 rsv3[4];
|
||||
|
||||
union {
|
||||
struct all_sta_trx_rate rate[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user