mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 06:16:46 +07:00
mwl8k: fix inverted error test in mwl8k_bss_info_changed()
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
77a980dc6c
commit
942457d63f
@ -2617,7 +2617,7 @@ static void mwl8k_bss_info_changed(struct ieee80211_hw *hw,
|
||||
priv->capture_beacon = false;
|
||||
|
||||
rc = mwl8k_fw_lock(hw);
|
||||
if (!rc)
|
||||
if (rc)
|
||||
return;
|
||||
|
||||
if (info->assoc) {
|
||||
|
Loading…
Reference in New Issue
Block a user