Skip to content

Commit

Permalink
ath9k: set ps_default as false
Browse files Browse the repository at this point in the history
Copied from original one-line patch here:

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

Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
John W. Linville committed Nov 23, 2009
1 parent ceb99fe commit 54ab040
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 54ab040

Please sign in to comment.