Bladeren bron

qca-wifi: Fix wmi handle type in protocol tag API

Use wmi_unified_t instead of void* in Rx protocol
tag update interface.

Change-Id: Iebc7cd4c0ac7d8473ddfdac53f1f35875f065628
Karunakar Dasineni 6 jaren geleden
bovenliggende
commit
d08697000c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      wmi/src/wmi_unified_ap_tlv.c

+ 1 - 1
wmi/src/wmi_unified_ap_tlv.c

@@ -1898,7 +1898,7 @@ static QDF_STATUS extract_pdev_caldata_version_check_ev_param_tlv(
  *			QDF_STATUS_E_NOMEM/QDF_STATUS_E_FAILURE on failure
 */
 static QDF_STATUS set_rx_pkt_type_routing_tag_update_tlv(
-			void *wmi_hdl,
+			wmi_unified_t wmi_hdl,
 			struct wmi_rx_pkt_protocol_routing_info *param)
 {
 	wmi_pdev_update_pkt_routing_cmd_fixed_param *cmd;