Re: [PATCH v2][next] wifi: ath6kl: wmi: Avoid -Wflex-array-member-not-at-end warning
From: Gustavo A. R. Silva
Date: Fri Feb 20 2026 - 19:55:02 EST
[..]
yes, it defines a hardware interface. But note the 'info' is a union, and each
member of the union is there to support a specific value of roam_ctrl. And
since the WMI_SET_HOST_BIAS roam_ctrl is not used, the only important thing to
consider with your patch is that the location of the roam_ctrl field must not
change, and hence the size of union info must not change.
[..]
So the size of the message and the location of roam_ctrl is unchanged.
Perfect! With that confirmation, I can proceed with v3. :)
Thanks!
-Gustavo