mac80211: extend/document powersave API
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt61pci.c
index 82d35a5a4aa78a7927d5bb84e8b8b638c320171b..549480a963e92034b197b48f34e34ef4161754b6 100644 (file)
@@ -2556,7 +2556,9 @@ static int rt61pci_probe_hw_mode(struct rt2x00_dev *rt2x00dev)
         */
        rt2x00dev->hw->flags =
            IEEE80211_HW_HOST_BROADCAST_PS_BUFFERING |
-           IEEE80211_HW_SIGNAL_DBM;
+           IEEE80211_HW_SIGNAL_DBM |
+           IEEE80211_HW_SUPPORTS_PS |
+           IEEE80211_HW_PS_NULLFUNC_STACK;
        rt2x00dev->hw->extra_tx_headroom = 0;
 
        SET_IEEE80211_DEV(rt2x00dev->hw, rt2x00dev->dev);
This page took 0.054461 seconds and 5 git commands to generate.