qcacmn: remove fw headers in init_deinit component

Avoid direct fw headers usage in init_deinit component since
can have functional impacts. The inclusion is done at wmi level 
to fix the inconsistency of code. 

Change-Id: I73cc1aac500cec041de81750b9c7654d21344e6c
CRs-Fixed: 2505399
This commit is contained in:
Neha Bisht
2019-12-11 14:13:22 +05:30
committed by nshrivas
parent 294f63373d
commit 5f25cbe8f2
7 changed files with 190 additions and 146 deletions

View File

@@ -2606,12 +2606,14 @@ struct extscan_bssid_hotlist_set_params {
* @unit_size: Size of single unit requested.
* @num_unit_info: Memory chunk info
* @num_units: number of units requested.
* @tgt_num_units: number of units request by target.
*/
typedef struct {
uint32_t req_id;
uint32_t unit_size;
uint32_t num_unit_info;
uint32_t num_units;
uint32_t tgt_num_units;
} host_mem_req;
#define WMI_HOST_DSCP_MAP_MAX (64)