Re: [PATCH] brcmfmac: support STA info struct v7

2018-11-07 Thread Arend van Spriel
On 10/11/2018 10:19 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 wi

Re: [PATCH] brcmfmac: support STA info struct v7

2018-11-07 Thread Arend van Spriel
On 11/7/2018 11:02 AM, Kalle Valo wrote: Rafał Miłecki writes: On Thu, 11 Oct 2018 at 22:21, 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

Re: [PATCH] brcmfmac: support STA info struct v7

2018-11-07 Thread Kalle Valo
Rafał Miłecki writes: > On Thu, 11 Oct 2018 at 22:21, 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

Re: [PATCH] brcmfmac: support STA info struct v7

2018-11-07 Thread Rafał Miłecki
On Thu, 11 Oct 2018 at 22:21, 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 ne

Re: [PATCH] brcmfmac: support STA info struct v7

2018-10-12 Thread Rip Route
On Fri, Oct 12, 2018 at 3:02 AM Arend van Spriel wrote: > > On 10/11/2018 10:19 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

Re: [PATCH] brcmfmac: support STA info struct v7

2018-10-12 Thread Arend van Spriel
On 10/11/2018 10:19 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 wi

[PATCH] brcmfmac: support STA info struct v7

2018-10-11 Thread Dan Haab
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