|
@@ -834,6 +834,20 @@ struct wlan_mlme_he_caps {
|
|
};
|
|
};
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * struct wlan_mlme_chain_cfg - Chain info related structure
|
|
|
|
+ * @max_tx_chains_2g: max tx chains supported in 2.4ghz band
|
|
|
|
+ * @max_rx_chains_2g: max rx chains supported in 2.4ghz band
|
|
|
|
+ * @max_tx_chains_5g: max tx chains supported in 5ghz band
|
|
|
|
+ * @max_rx_chains_5g: max rx chains supported in 5ghz band
|
|
|
|
+ */
|
|
|
|
+struct wlan_mlme_chain_cfg {
|
|
|
|
+ uint8_t max_tx_chains_2g;
|
|
|
|
+ uint8_t max_rx_chains_2g;
|
|
|
|
+ uint8_t max_tx_chains_5g;
|
|
|
|
+ uint8_t max_rx_chains_5g;
|
|
|
|
+};
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* struct wlan_mlme_rates - RATES related config items
|
|
* struct wlan_mlme_rates - RATES related config items
|
|
* @cfpPeriod: cfp period info
|
|
* @cfpPeriod: cfp period info
|