qcacld-3.0: Populate the per vdev chain capability in hdd context

Populate the feature capability from wmi to hdd config

Change-Id: I8931da53fb50229b405a2b7c1802a6d15a35781b
CRs-Fixed: 2347619
Este commit está contenido en:
gaurank kathpalia
2018-10-24 15:03:15 +05:30
cometido por nshrivas
padre 899ffa1ab1
commit 5fcefa93b0
Se han modificado 5 ficheros con 13 adiciones y 1 borrados

Ver fichero

@@ -1134,6 +1134,7 @@ struct wma_valid_channels {
* @bandcapability: band capability configured through ini
* @tx_bfee_8ss_enabled: Is Tx Beamformee support for 8x8 enabled?
* @in_imps: Is device in Idle Mode Power Save?
* @dynamic_nss_chains_update: per vdev nss, chains update
* @ito_repeat_count: Indicates ito repeated count
* @wma_fw_time_sync_timer: timer used for firmware time sync
* @critical_events_in_flight: number of suspend-preventing events
@@ -1282,6 +1283,7 @@ typedef struct {
uint8_t bandcapability;
bool tx_bfee_8ss_enabled;
bool in_imps;
bool dynamic_nss_chains_support;
uint8_t ito_repeat_count;
qdf_mc_timer_t wma_fw_time_sync_timer;
qdf_atomic_t critical_events_in_flight;