diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 2ed1f80f7eb6..a2ddcf2398fd 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -664,6 +664,7 @@ struct cfg80211_acl_data { | |||
664 | * @crypto: crypto settings | 664 | * @crypto: crypto settings |
665 | * @privacy: the BSS uses privacy | 665 | * @privacy: the BSS uses privacy |
666 | * @auth_type: Authentication type (algorithm) | 666 | * @auth_type: Authentication type (algorithm) |
667 | * @smps_mode: SMPS mode | ||
667 | * @inactivity_timeout: time in seconds to determine station's inactivity. | 668 | * @inactivity_timeout: time in seconds to determine station's inactivity. |
668 | * @p2p_ctwindow: P2P CT Window | 669 | * @p2p_ctwindow: P2P CT Window |
669 | * @p2p_opp_ps: P2P opportunistic PS | 670 | * @p2p_opp_ps: P2P opportunistic PS |
@@ -682,6 +683,7 @@ struct cfg80211_ap_settings { | |||
682 | struct cfg80211_crypto_settings crypto; | 683 | struct cfg80211_crypto_settings crypto; |
683 | bool privacy; | 684 | bool privacy; |
684 | enum nl80211_auth_type auth_type; | 685 | enum nl80211_auth_type auth_type; |
686 | enum nl80211_smps_mode smps_mode; | ||
685 | int inactivity_timeout; | 687 | int inactivity_timeout; |
686 | u8 p2p_ctwindow; | 688 | u8 p2p_ctwindow; |
687 | bool p2p_opp_ps; | 689 | bool p2p_opp_ps; |