staging: rtl8723bs: remove duplicate pstat->hwaddr check
authorDenis Efremov <efremov@linux.com>
Fri, 5 Mar 2021 15:50:01 +0000 (18:50 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:33 +0000 (09:25 +0100)
commit266f28f803a916a38a6b3953dfbafc56882c82c4
tree17042e06b86f34bf9c3b0b5ee69a93a28e6dde25
parent61842e760b0c2956aa131ca0b13fd9206632766c
staging: rtl8723bs: remove duplicate pstat->hwaddr check

IS_MCAST(pstat->hwaddr) checked twice in a row in
odm_RefreshRateAdaptiveMaskCE(). Remove the second check.

Signed-off-by: Denis Efremov <efremov@linux.com>
Link: https://lore.kernel.org/r/20210305155001.61951-1-efremov@linux.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/odm.c