]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
update nl80211.h
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 17 Mar 2010 05:21:25 +0000 (22:21 -0700)
committerJohannes Berg <johannes@sipsolutions.net>
Wed, 17 Mar 2010 05:21:25 +0000 (22:21 -0700)
nl80211.h

index 8e6384f8fda620f891a093fe539de0d602426c50..28ba20fda3e2c18fa5d95475f9391a58cb7a4378 100644 (file)
--- a/nl80211.h
+++ b/nl80211.h
@@ -416,6 +416,9 @@ enum nl80211_commands {
        NL80211_CMD_ACTION,
        NL80211_CMD_ACTION_TX_STATUS,
 
+       NL80211_CMD_SET_POWER_SAVE,
+       NL80211_CMD_GET_POWER_SAVE,
+
        /* add new commands above here */
 
        /* used to define NL80211_CMD_MAX below */
@@ -837,6 +840,8 @@ enum nl80211_attrs {
 
        NL80211_ATTR_ACK,
 
+       NL80211_ATTR_PS_STATE,
+
        /* add attributes here, update the policy in nl80211.c */
 
        __NL80211_ATTR_AFTER_LAST,
@@ -1573,4 +1578,9 @@ enum nl80211_band {
        NL80211_BAND_5GHZ,
 };
 
+enum nl80211_ps_state {
+       NL80211_PS_DISABLED,
+       NL80211_PS_ENABLED,
+};
+
 #endif /* __LINUX_NL80211_H */