Re: [PATCH 1/2] brcmfmac: add possibility to obtain firmware error

2018-02-28 Thread Kalle Valo
Arend van Spriel writes: > On 2/28/2018 12:42 AM, Arend van Spriel wrote: >> The feature module needs to evaluate the actual firmware error returned >> upon a control command. This adds a field to struct brcmf_if in which >> the error code is stored whenever a firmware error occurs. > > Hi Kalle,

Re: [PATCH 1/2] brcmfmac: add possibility to obtain firmware error

2018-02-28 Thread Arend van Spriel
On 2/28/2018 12:42 AM, Arend van Spriel wrote: The feature module needs to evaluate the actual firmware error returned upon a control command. This adds a field to struct brcmf_if in which the error code is stored whenever a firmware error occurs. Hi Kalle, Can you drop this one. It was way to

[PATCH 1/2] brcmfmac: add possibility to obtain firmware error

2018-02-27 Thread Arend van Spriel
The feature module needs to evaluate the actual firmware error returned upon a control command. This adds a field to struct brcmf_if in which the error code is stored whenever a firmware error occurs. Fixes: b69c1df47281 ("brcmfmac: separate firmware errors from i/o errors") Reviewed-by: Hante Meu