Commit e5c6bc6f authored by Deren Wu's avatar Deren Wu Committed by Felix Fietkau
Browse files

wifi: mt76: mt7921: Add missing __packed annotation of struct mt7921_clc



Add __packed annotation to avoid potential CLC parsing error

Fixes: 23bdc5d8 ("wifi: mt76: mt7921: introduce Country Location Control support")
Signed-off-by: default avatarDeren Wu <deren.wu@mediatek.com>
Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 03dd0d49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -224,7 +224,7 @@ struct mt7921_clc {
	u8 type;
	u8 rsv[8];
	u8 data[];
};
} __packed;

struct mt7921_phy {
	struct mt76_phy *mt76;