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

Commit 62c33447 authored by Gertjan van Wingerde's avatar Gertjan van Wingerde Committed by John W. Linville
Browse files

rt2x00: Enable powersaving by default again on rt2500usb.



Now that the powersave issues on rt2500usb have been tackled, powersave
can be enabled by default again.

Signed-off-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 97ad9139
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1646,11 +1646,6 @@ static int rt2500usb_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
	char *tx_power;
	unsigned int i;

	/*
	 * Disable powersaving as default.
	 */
	rt2x00dev->hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;

	/*
	 * Initialize all hw fields.
	 */