diff mbox

regression: rt2561 frequent "Arrived at non-free entry" errors in =?utf-8?q?=092=2E6=2E32?=

Message ID 200912090053.25798.s.L-H@gmx.de (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Stefan Lippers-Hollmann Dec. 8, 2009, 11:53 p.m. UTC
None
diff mbox

Patch

--- a/drivers/net/wireless/rt2x00/rt2x00dev.c
+++ b/drivers/net/wireless/rt2x00/rt2x00dev.c
@@ -837,6 +837,15 @@  int rt2x00lib_probe_dev(struct rt2x00_de
 		    BIT(NL80211_IFTYPE_WDS);
 
 	/*
+	 * Disable power saving for the time being, it breaks at least:
+	 * - rt61pci
+	 * while it isn't necessary for:
+	 * - rt2500usb
+	 * - rt73usb
+	 */
+	rt2x00dev->hw->wiphy->ps_default = false;
+
+	/*
 	 * Let the driver probe the device to detect the capabilities.
 	 */
 	retval = rt2x00dev->ops->lib->probe_hw(rt2x00dev);