|
@@ -1410,6 +1410,10 @@ QDF_STATUS (*extract_sar_limit_event)(wmi_unified_t wmi_handle,
|
|
uint8_t *evt_buf,
|
|
uint8_t *evt_buf,
|
|
struct sar_limit_event *event);
|
|
struct sar_limit_event *event);
|
|
|
|
|
|
|
|
+QDF_STATUS (*extract_sar2_result_event)(void *handle,
|
|
|
|
+ uint8_t *event,
|
|
|
|
+ uint32_t len);
|
|
|
|
+
|
|
QDF_STATUS (*send_peer_rx_reorder_queue_setup_cmd)(wmi_unified_t wmi_handle,
|
|
QDF_STATUS (*send_peer_rx_reorder_queue_setup_cmd)(wmi_unified_t wmi_handle,
|
|
struct rx_reorder_queue_setup_params *param);
|
|
struct rx_reorder_queue_setup_params *param);
|
|
|
|
|
|
@@ -1442,6 +1446,11 @@ QDF_STATUS (*extract_dbr_ring_cap_service_ready_ext)(
|
|
uint8_t *evt_buf, uint8_t idx,
|
|
uint8_t *evt_buf, uint8_t idx,
|
|
struct wlan_psoc_host_dbr_ring_caps *param);
|
|
struct wlan_psoc_host_dbr_ring_caps *param);
|
|
|
|
|
|
|
|
+QDF_STATUS (*extract_sar_cap_service_ready_ext)(
|
|
|
|
+ wmi_unified_t wmi_handle,
|
|
|
|
+ uint8_t *evt_buf,
|
|
|
|
+ struct wlan_psoc_host_service_ext_param *ext_param);
|
|
|
|
+
|
|
QDF_STATUS (*extract_dbr_buf_release_fixed)(
|
|
QDF_STATUS (*extract_dbr_buf_release_fixed)(
|
|
wmi_unified_t wmi_handle,
|
|
wmi_unified_t wmi_handle,
|
|
uint8_t *evt_buf,
|
|
uint8_t *evt_buf,
|