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

Commit 54ab040d authored by John W. Linville's avatar John W. Linville
Browse files

ath9k: set ps_default as false

Copied from original one-line patch here:

	http://bugzilla.kernel.org/show_bug.cgi?id=14267#c26



Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent ceb99fe0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1555,6 +1555,8 @@ void ath_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
		BIT(NL80211_IFTYPE_ADHOC) |
		BIT(NL80211_IFTYPE_MESH_POINT);

	hw->wiphy->ps_default = false;

	hw->queues = 4;
	hw->max_rates = 4;
	hw->channel_change_time = 5000;