Re: [PATCH] brcmsmac: remove duplicated if condition

2019-10-01 Thread Kalle Valo
Denis Efremov wrote: > The nested 'li_mimo == &locale_bn' check is excessive and always > true. Thus it can be safely removed. > > Signed-off-by: Denis Efremov Patch applied to wireless-drivers-next.git, thanks. fa38b4fddc7c brcmsmac: remove duplicated if condition -- https://patchwork.kern

[PATCH] brcmsmac: remove duplicated if condition

2019-09-25 Thread Denis Efremov
The nested 'li_mimo == &locale_bn' check is excessive and always true. Thus it can be safely removed. Signed-off-by: Denis Efremov --- .../net/wireless/broadcom/brcm80211/brcmsmac/channel.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/net/wireless/broadc