aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nl80211.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index 8e6384f8fda6..28ba20fda3e2 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -416,6 +416,9 @@ enum nl80211_commands {
416 NL80211_CMD_ACTION, 416 NL80211_CMD_ACTION,
417 NL80211_CMD_ACTION_TX_STATUS, 417 NL80211_CMD_ACTION_TX_STATUS,
418 418
419 NL80211_CMD_SET_POWER_SAVE,
420 NL80211_CMD_GET_POWER_SAVE,
421
419 /* add new commands above here */ 422 /* add new commands above here */
420 423
421 /* used to define NL80211_CMD_MAX below */ 424 /* used to define NL80211_CMD_MAX below */
@@ -837,6 +840,8 @@ enum nl80211_attrs {
837 840
838 NL80211_ATTR_ACK, 841 NL80211_ATTR_ACK,
839 842
843 NL80211_ATTR_PS_STATE,
844
840 /* add attributes here, update the policy in nl80211.c */ 845 /* add attributes here, update the policy in nl80211.c */
841 846
842 __NL80211_ATTR_AFTER_LAST, 847 __NL80211_ATTR_AFTER_LAST,
@@ -1573,4 +1578,9 @@ enum nl80211_band {
1573 NL80211_BAND_5GHZ, 1578 NL80211_BAND_5GHZ,
1574}; 1579};
1575 1580
1581enum nl80211_ps_state {
1582 NL80211_PS_DISABLED,
1583 NL80211_PS_ENABLED,
1584};
1585
1576#endif /* __LINUX_NL80211_H */ 1586#endif /* __LINUX_NL80211_H */