wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h
[ Upstream commitdd469a754a] This struct is used to access a sequence of bytes received from the wifi chip. It must not have any padding bytes between the members. This doesn't change anything on my system, possibly because currently none of the members need more than byte alignment. Fixes:b2b43b7837("rtl8xxxu: Initial functionality to handle C2H events for 8723bu") Signed-off-by: Bitterblue Smith <rtl8821cerfe2@gmail.com> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/1a270918-da22-ff5f-29fc-7855f740c5ba@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
7f3b4fa482
commit
d430037248
1 changed files with 1 additions and 1 deletions
|
|
@ -1190,7 +1190,7 @@ struct rtl8723bu_c2h {
|
|||
u8 bw;
|
||||
} __packed ra_report;
|
||||
};
|
||||
};
|
||||
} __packed;
|
||||
|
||||
struct rtl8xxxu_fileops;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue