Dan Carpenter <dan.carpenter@xxxxxxxxxx> writes: > We are deliberately copying both ba_high and ba_low so use a struct > group to make that clear. Otherwise static checkers like Smatch and > Clang complain that we are copying beyond the end of the ba_low struct > member. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Thanks for the fix; however, an identical patch is already queued, here: https://patchwork.kernel.org/project/linux-wireless/patch/20230620080855.396851-2-dmantipov@xxxxxxxxx/ -Toke