qcacmn: Add new wmi ops extract_inst_rssi_stats_resp

Add new wmi ops extract_inst_rssi_stats_resp to extract instantaneous
rssi stats resp.

Change-Id: Idce8a5fb0036145aa14682997ca5101666772c70
CRs-Fixed: 3058799
This commit is contained in:
Li Feng
2021-11-08 12:09:56 +08:00
committed by Madan Koyyalamudi
parent dece2a5af1
commit 9cba107914
5 changed files with 91 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -2754,6 +2755,12 @@ QDF_STATUS
void *evt_buf,
struct wmi_mlo_link_set_active_resp *resp);
#endif
#ifdef WLAN_FEATURE_SON
QDF_STATUS
(*extract_inst_rssi_stats_resp)(wmi_unified_t wmi_handle, void *evt_buf,
struct wmi_host_inst_rssi_stats_resp *inst_rssi_resp);
#endif
};
/* Forward declartion for psoc*/