mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 04:54:41 +08:00
89dca86d29
The use of u8 and __le16 in this struct assumes that it's going to be
packed to byte alignment. C doesn't guarantee that, so we should mark
this __packed.
Fixes:
|
||
---|---|---|
.. | ||
rtl8xxxu | ||
rtl818x | ||
rtlwifi | ||
rtw88 | ||
Kconfig | ||
Makefile |