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

Commit 8ec8ebae authored by John W. Linville's avatar John W. Linville
Browse files

ath9k: fixup some merge damage



This hunk was originally removed as part of "ath9k: Fix IRQ nobody cared
issue with ath9k".

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c7004482
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -288,8 +288,6 @@ static int ath_stop(struct ath_softc *sc)
	 * hardware is gone (invalid).
	 */

	if (!(sc->sc_flags & SC_OP_INVALID))
		ath9k_hw_set_interrupts(ah, 0);
	ath_draintxq(sc, false);
	if (!(sc->sc_flags & SC_OP_INVALID)) {
		ath_stoprecv(sc);