Browse Source

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
Govind Singh 9 years ago
parent
commit
ec0bdef398
1 changed files with 2 additions and 2 deletions
  1. 2 2
      wmi_unified_priv.h

+ 2 - 2
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;