|
@@ -470,7 +470,7 @@ typedef enum eSirNwType {
|
|
} tSirNwType;
|
|
} tSirNwType;
|
|
|
|
|
|
/* HT configuration values */
|
|
/* HT configuration values */
|
|
-typedef struct sSirHtConfig {
|
|
|
|
|
|
+struct ht_config {
|
|
/* Enable/Disable receiving LDPC coded packets */
|
|
/* Enable/Disable receiving LDPC coded packets */
|
|
uint32_t ht_rx_ldpc:1;
|
|
uint32_t ht_rx_ldpc:1;
|
|
/* Enable/Disable TX STBC */
|
|
/* Enable/Disable TX STBC */
|
|
@@ -481,7 +481,7 @@ typedef struct sSirHtConfig {
|
|
uint32_t ht_sgi20:1;
|
|
uint32_t ht_sgi20:1;
|
|
uint32_t ht_sgi40:1;
|
|
uint32_t ht_sgi40:1;
|
|
uint32_t unused:27;
|
|
uint32_t unused:27;
|
|
-} qdf_packed tSirHTConfig, *tpSirHTConfig;
|
|
|
|
|
|
+};
|
|
|
|
|
|
/**
|
|
/**
|
|
* struct sir_vht_config - VHT capabilities
|
|
* struct sir_vht_config - VHT capabilities
|
|
@@ -597,7 +597,7 @@ typedef struct sSirSmeStartBssReq {
|
|
tSirNwType nwType; /* Indicates 11a/b/g */
|
|
tSirNwType nwType; /* Indicates 11a/b/g */
|
|
tSirMacRateSet operationalRateSet; /* Has 11a or 11b rates */
|
|
tSirMacRateSet operationalRateSet; /* Has 11a or 11b rates */
|
|
tSirMacRateSet extendedRateSet; /* Has 11g rates */
|
|
tSirMacRateSet extendedRateSet; /* Has 11g rates */
|
|
- tSirHTConfig htConfig;
|
|
|
|
|
|
+ struct ht_config htConfig;
|
|
struct sir_vht_config vht_config;
|
|
struct sir_vht_config vht_config;
|
|
#ifdef WLAN_FEATURE_11AX
|
|
#ifdef WLAN_FEATURE_11AX
|
|
tDot11fIEhe_cap he_config;
|
|
tDot11fIEhe_cap he_config;
|
|
@@ -954,7 +954,7 @@ typedef struct sSirSmeJoinReq {
|
|
bool isFastRoamIniFeatureEnabled;
|
|
bool isFastRoamIniFeatureEnabled;
|
|
|
|
|
|
uint8_t txLdpcIniFeatureEnabled;
|
|
uint8_t txLdpcIniFeatureEnabled;
|
|
- tSirHTConfig htConfig;
|
|
|
|
|
|
+ struct ht_config htConfig;
|
|
struct sir_vht_config vht_config;
|
|
struct sir_vht_config vht_config;
|
|
#ifdef WLAN_FEATURE_11AX
|
|
#ifdef WLAN_FEATURE_11AX
|
|
tDot11fIEhe_cap he_config;
|
|
tDot11fIEhe_cap he_config;
|