]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/drivers/driver.h
HT: Remove SMPS in AP mode
[thirdparty/hostap.git] / src / drivers / driver.h
index caa555bb7580822797ebc84dd0d647913af89d1d..148e4999d3e4a8657d901e1925186bd3c77ec4b3 100644 (file)
@@ -1402,14 +1402,6 @@ struct wpa_driver_ap_params {
         */
        u8 p2p_go_ctwindow;
 
-       /**
-        * smps_mode - SMPS mode
-        *
-        * SMPS mode to be used by the AP, specified as the relevant bits of
-        * ht_capab (i.e. HT_CAP_INFO_SMPS_*).
-        */
-       unsigned int smps_mode;
-
        /**
         * disable_dgaf - Whether group-addressed frames are disabled
         */
@@ -1836,10 +1828,6 @@ struct wpa_driver_capa {
 #define FULL_AP_CLIENT_STATE_SUPP(drv_flags) \
        (drv_flags & WPA_DRIVER_FLAGS_FULL_AP_CLIENT_STATE)
 
-#define WPA_DRIVER_SMPS_MODE_STATIC                    0x00000001
-#define WPA_DRIVER_SMPS_MODE_DYNAMIC                   0x00000002
-       unsigned int smps_modes;
-
        unsigned int wmm_ac_supported:1;
 
        unsigned int mac_addr_rand_scan_supported:1;