Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 942457d6 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by John W. Linville
Browse files

mwl8k: fix inverted error test in mwl8k_bss_info_changed()

parent 77a980dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {