Message ID | 200912090053.25798.s.L-H@gmx.de (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
--- 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);