Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f1850a57 authored by Gertjan van Wingerde's avatar Gertjan van Wingerde Committed by Greg Kroah-Hartman
Browse files

rt2x00: Disable powersaving for rt61pci and rt2800pci.

commit 93b6bd26

 upstream.

We've had many reports of rt61pci failures with powersaving enabled.
Therefore, as a stop-gap measure, disable powersaving of the rt61pci
until we have found a proper solution.
Also disable powersaving on rt2800pci as it most probably will show
the same problem.

Signed-off-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Acked-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 92a51841
No related merge requests found
......@@ -2545,6 +2545,11 @@ static int rt61pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
char *tx_power;
unsigned int i;
/*
* Disable powersaving as default.
*/
rt2x00dev->hw->wiphy->ps_default = false;
/*
* Initialize all hw fields.
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment