Re: [PATCH] brcmfmac: fix error return code in brcmf_cfg80211_connect()

2020-11-24 Thread Kalle Valo
Zhang Changzhong wrote: > Fix to return a negative error code from the error handling > case instead of 0, as done elsewhere in this function. > > Fixes: 3b1e0a7bdfee ("brcmfmac: add support for SAE authentication offload") > Reported-by: Hulk Robot > Signed-off-by: Zhang Changzhong > Reviewed

RE: [PATCH] brcmfmac: fix error return code in brcmf_cfg80211_connect()

2020-11-13 Thread Chi-Hsien.Lin
> Fix to return a negative error code from the error handling case instead of > 0, as done elsewhere in th> > > Fixes: 3b1e0a7bdfee ("brcmfmac: add support for SAE authentication offload") > Reported-by: Hulk Robot > Signed-off-by: Zhang Changzhong Reviewed-by: Chi-hsien Lin > --- > drivers/n

[PATCH] brcmfmac: fix error return code in brcmf_cfg80211_connect()

2020-11-12 Thread Zhang Changzhong
Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Fixes: 3b1e0a7bdfee ("brcmfmac: add support for SAE authentication offload") Reported-by: Hulk Robot Signed-off-by: Zhang Changzhong --- drivers/net/wireless/broadcom/brcm80211/brc