wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clc
authorDeren Wu <deren.wu@mediatek.com>
Mon, 28 Nov 2022 07:04:21 +0000 (15:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:32:21 +0000 (13:32 +0100)
[ Upstream commit e5c6bc6f19d8c293f86b347cddab54d5a3830b38 ]

Add __packed annotation to avoid potential CLC parsing error

Fixes: 23bdc5d8cadf ("wifi: mt76: mt7921: introduce Country Location Control support")
Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h

index 2babaef..d36b940 100644 (file)
@@ -171,7 +171,7 @@ struct mt7921_clc {
        u8 type;
        u8 rsv[8];
        u8 data[];
-};
+} __packed;
 
 struct mt7921_phy {
        struct mt76_phy *mt76;