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

Commit d0bec342 authored by Vivek Natarajan's avatar Vivek Natarajan Committed by John W. Linville
Browse files

ath9k: Reconfigure beacon timers after the scan is completed.

parent fcc6cb0c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2773,6 +2773,7 @@ static void ath9k_sw_scan_complete(struct ieee80211_hw *hw)
	sc->sc_flags &= ~SC_OP_SCANNING;
	sc->sc_flags |= SC_OP_FULL_RESET;
	spin_unlock_bh(&sc->ani_lock);
	ath_beacon_config(sc, NULL);
	mutex_unlock(&sc->mutex);
}