Parcourir la source

Merge "qcacmn: Remove redundant data structure for wmi response extraction"

Linux Build Service Account il y a 5 ans
Parent
commit
b0437f2b81
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      wmi/src/wmi_unified_non_tlv.c

+ 1 - 1
wmi/src/wmi_unified_non_tlv.c

@@ -7469,7 +7469,7 @@ static QDF_STATUS extract_vdev_start_resp_non_tlv(
 static QDF_STATUS extract_vdev_peer_delete_all_response_event_non_tlv(
 		wmi_unified_t wmi_hdl,
 		void *evt_buf,
-		struct wmi_host_vdev_peer_delete_all_response_event *param)
+		struct peer_delete_all_response *param)
 {
 	wmi_vdev_delete_all_peer_resp_event *ev;