qcacld-3.0: [11AX] Add dot11mode changes to support 11ax

Add new dot11mode and update the utility functions to derive
the dot11mode based on the userspace config, INI config and
FW capability.

Change-Id: I5780120ef7bc2b78fd596e937fe14a2c8ad88348
CRs-Fixed: 1073481
This commit is contained in:
Krishna Kumaar Natarajan
2017-03-03 21:12:51 -08:00
committed by Sandeep Puligilla
vanhempi 56ac050df9
commit 4f1d7724a8
28 muutettua tiedostoa jossa 367 lisäystä ja 67 poistoa

Näytä tiedosto

@@ -1695,6 +1695,7 @@ struct wma_target_req {
* number of transmit streams
* @preferred_rx_streams: policy manager indicates the preferred
* number of receive streams
* @he_capable: HE capability
*/
struct wma_vdev_start_req {
uint32_t beacon_intval;
@@ -1719,6 +1720,7 @@ struct wma_vdev_start_req {
uint32_t preferred_tx_streams;
uint32_t preferred_rx_streams;
uint8_t beacon_tx_rate;
bool he_capable;
};
/**