From ae9e6c3f4e18564730a6bb67793929334b593542 Mon Sep 17 00:00:00 2001 From: Shashikala Prabhu Date: Thu, 7 Nov 2019 19:20:24 +0530 Subject: [PATCH] qcacmn: Add per chain NF variable to chan info event structure Add per_chain_noise_floor variable to wmi_host_chan_info_event structure. Change-Id: Iea594078aaa6d011f288bc970efcc143d6e99626 CRs-Fixed: 2561975 --- wmi/inc/wmi_unified_param.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmi/inc/wmi_unified_param.h b/wmi/inc/wmi_unified_param.h index 6e4edffa86..649f5800b0 100644 --- a/wmi/inc/wmi_unified_param.h +++ b/wmi/inc/wmi_unified_param.h @@ -6466,6 +6466,7 @@ typedef struct { * @rx_clear_ext20_count: ext20 frame count * @rx_clear_ext40_count: ext40 frame count * @rx_clear_ext80_count: ext80 frame count + * @per_chain_noise_floor: Per chain NF value in dBm */ typedef struct { uint32_t pdev_id; @@ -6487,6 +6488,7 @@ typedef struct { uint32_t rx_clear_ext20_count; uint32_t rx_clear_ext40_count; uint32_t rx_clear_ext80_count; + uint32_t per_chain_noise_floor[WMI_HOST_MAX_CHAINS]; } wmi_host_chan_info_event; /**