diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index bc53589f21..0a0d7a2935 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/dp/inc/cdp_txrx_stats_struct.h @@ -498,6 +498,9 @@ enum _ol_ath_param_t { OL_ATH_PARAM_EXT_NSS_CAPABLE = 354, OL_ATH_PARAM_MGMT_PDEV_STATS_TIMER = 355, OL_ATH_PARAM_TXACKTIMEOUT = 356, + OL_ATH_PARAM_ICM_ACTIVE = 357, + OL_ATH_PARAM_NOMINAL_NOISEFLOOR = 358, + OL_ATH_PARAM_CHAN_INFO = 359, }; /* Enumeration of PDEV Configuration parameter */ diff --git a/umac/global_umac_dispatcher/lmac_if/inc/wlan_lmac_if_def.h b/umac/global_umac_dispatcher/lmac_if/inc/wlan_lmac_if_def.h index 88c413977e..02461c3e8b 100644 --- a/umac/global_umac_dispatcher/lmac_if/inc/wlan_lmac_if_def.h +++ b/umac/global_umac_dispatcher/lmac_if/inc/wlan_lmac_if_def.h @@ -308,16 +308,9 @@ struct wlan_lmac_if_sptrl_tx_ops { void (*sptrlto_stop_spectral_scan)(struct wlan_objmgr_pdev *pdev); bool (*sptrlto_is_spectral_active)(struct wlan_objmgr_pdev *pdev); bool (*sptrlto_is_spectral_enabled)(struct wlan_objmgr_pdev *pdev); - int (*sptrlto_set_icm_active)(struct wlan_objmgr_pdev *pdev, - bool isactive); - bool (*sptrlto_get_icm_active)(struct wlan_objmgr_pdev *pdev); - int16_t (*sptrlto_get_nominal_nf)(struct wlan_objmgr_pdev *pdev); int (*sptrlto_set_debug_level)(struct wlan_objmgr_pdev *pdev, u_int32_t debug_level); u_int32_t (*sptrlto_get_debug_level)(struct wlan_objmgr_pdev *pdev); - void (*sptrlto_get_chaninfo)(struct wlan_objmgr_pdev *pdev, - void *outdata); - void (*sptrlto_clear_chaninfo)(struct wlan_objmgr_pdev *pdev); void (*sptrlto_get_spectral_capinfo)(struct wlan_objmgr_pdev *pdev, void *outdata); void (*sptrlto_get_spectral_diagstats)(struct wlan_objmgr_pdev *pdev,