Re: [PATCH wireless-next v3 0/4] wifi: brcmfmac: external auth support for Infineon devices
Johannes Berg <[email protected]>
| Newsgroups | dev.linux.lists.brcm80211,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2025-05-25 at 11:47 +0200, Arend van Spriel wrote: > > > [ 161.608607] ------------[ cut here ]------------ > > [ 161.608646] memcpy: detected field-spanning write (size 104) of > > single field "&mgmt_frame->u" at drivers/net/wireless/broadcom/brcm80211/brcmfmac/cyw/core.c:307 (size 26) > > Okay. I do not run with that Kconfig option. Will have to look into how > to fix this. Probably need some kind of annotation. If you know what is > needed feel free to post a patch for it. I think just copy to mgmt_frame->u.body instead of ->u itself. johannes