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

Commit 410b4e27 authored by Sujith Manoharan's avatar Sujith Manoharan Committed by Kalle Valo
Browse files

ath9k: Remove redundant device_can_wakeup() check



WOW capability is registered with mac80211 only when
the device has the ability to wakeup, so there is no
need to check in the suspend() routine.

Signed-off-by: default avatarSujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 13084c2d
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -212,12 +212,6 @@ int ath9k_suspend(struct ieee80211_hw *hw,
	ath_cancel_work(sc);
	ath_stop_ani(sc);

	if (!device_can_wakeup(sc->dev)) {
		ath_dbg(common, WOW, "device_can_wakeup failed, WoW is not enabled\n");
		ret = 1;
		goto fail_wow;
	}

	/*
	 * none of the sta vifs are associated
	 * and we are not currently handling multivif