On 11/9/2018 5:38 PM, Dan Haab wrote:
The newest firmwares provide STA info using v7 of the struct. As v7 isn't backward compatible, a union is needed. Even though brcmfmac does not use any of the new info it's important to provide the proper struct buffer. Without this change new firmwares will fallback to the very limited v3 instead of something in between such as v4.
I would expect a changelog, but looking at the patch is addresses my comments nicely so....
Reviewed-by: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx>
Signed-off-by: Dan Haab <dan.haab@xxxxxxxxx> Reviewed-by: Rafał Miłecki <rafal@xxxxxxxxxx> --- .../broadcom/brcm80211/brcmfmac/fwil_types.h | 40 ++++++++++++++++++---- 1 file changed, 33 insertions(+), 7 deletions(-)