Remove mesh_ht_mode network block parameter
[mech_eap.git] / wpa_supplicant / config_ssid.h
index c5cd6e7..18ce67f 100644 (file)
@@ -27,7 +27,6 @@
 #define DEFAULT_FRAGMENT_SIZE 1398
 
 #define DEFAULT_BG_SCAN_PERIOD -1
-#define DEFAULT_MESH_HT_MODE CHAN_UNDEFINED /* undefined */
 #define DEFAULT_MESH_MAX_RETRIES 2
 #define DEFAULT_MESH_RETRY_TIMEOUT 40
 #define DEFAULT_MESH_CONFIRM_TIMEOUT 40
@@ -409,15 +408,6 @@ struct wpa_ssid {
        int frequency;
 
        /**
-        * mesh_ht_mode - definition of HT mode in mesh mode
-        *
-        * Use the given HT mode for mesh networks. The driver will
-        * adapt to other stations if neccesary, but advertise the
-        * configured HT mode (HT20/HT40-/HT40+/NOHT).
-        */
-       int mesh_ht_mode;
-
-       /**
         * mesh_basic_rates - BSS Basic rate set for mesh network
         *
         */