|
@@ -1706,6 +1706,11 @@ static int rt2500usb_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
|
|
|
IEEE80211_HW_SUPPORTS_PS |
|
|
|
IEEE80211_HW_PS_NULLFUNC_STACK;
|
|
|
|
|
|
+ /*
|
|
|
+ * Disable powersaving as default.
|
|
|
+ */
|
|
|
+ rt2x00dev->hw->wiphy->flags &= ~WIPHY_FLAG_PS_ON_BY_DEFAULT;
|
|
|
+
|
|
|
SET_IEEE80211_DEV(rt2x00dev->hw, rt2x00dev->dev);
|
|
|
SET_IEEE80211_PERM_ADDR(rt2x00dev->hw,
|
|
|
rt2x00_eeprom_addr(rt2x00dev,
|