From ec0bdef39840c9b44ac5189290917930e9b285eb Mon Sep 17 00:00:00 2001 From: Govind Singh Date: Wed, 16 Mar 2016 16:27:50 +0530 Subject: [PATCH] qcacmn: Replace mac_id with pdev_id in common wmi layer Replace mac_id with pdev_id, add vdev_id to peer commands/events and change reserved0 to pdev_id in PDEV commands. Change-Id: I2f659159fa2f0d023650eae68b6d3115aac379b0 CRs-Fixed: 983619 --- wmi_unified_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmi_unified_priv.h b/wmi_unified_priv.h index b6069fc200..0e6a6603dd 100644 --- a/wmi_unified_priv.h +++ b/wmi_unified_priv.h @@ -576,7 +576,7 @@ QDF_STATUS (*send_get_buf_extscan_hotlist_cmd)(wmi_unified_t wmi_handle, * @buf: Buffer containing the wmi INIT command * @buf_len: Length of the buffer */ -struct wmi_init_cmd { +struct wmi_cmd_init { wmi_buf_t buf; uint32_t buf_len; }; @@ -598,7 +598,7 @@ struct wmi_unified { int wmi_stop_in_progress; struct _wmi_abi_version fw_abi_version; struct _wmi_abi_version final_abi_vers; - struct wmi_init_cmd saved_wmi_init_cmd; + struct wmi_cmd_init saved_wmi_init_cmd; uint32_t num_of_diag_events_logs; uint32_t *events_logs_list; struct host_offload_req_param arp_info;