[PATCH] wifi: b43: fix incorrect __packed annotation
Michael Büsch
m at bues.ch
Tue May 16 10:12:45 PDT 2023
On Tue, 16 May 2023 09:45:42 +0200
Arnd Bergmann <arnd at kernel.org> wrote:
> b43_iv { union {
> __be16 d16;
> __be32 d32;
> - } data __packed;
> + } __packed data;
> } __packed;
>
>
Oh, interesting. This has probably been there forever.
Did you check if the b43legacy driver has the same issue?
Acked-by: Michael Büsch <m at bues.ch>
--
Michael Büsch
https://bues.ch/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/b43-dev/attachments/20230516/1cb639d9/attachment.sig>
More information about the b43-dev
mailing list