qcacmn: Move cfr mon filter cdp func ptr to mon ops structure

Move cfr monitor filter cdp func ptr to cdp mon ops structure.
cfr monitor filter cdp function is different for 1.0 and 2.0
hence moving the func ptr to mon ops structure ensures that
func ptr is initialized appropriately.

Change-Id: I82b9c85e96f2f219521ae6ed908ade120081c748
CRs-Fixed: 3428791
This commit is contained in:
Jeevan Kukkalli
2023-03-08 16:43:04 +05:30
committed by Madan Koyyalamudi
parent 9ee8244cd8
commit 34bcece450
6 changed files with 13 additions and 14 deletions

View File

@@ -10373,7 +10373,6 @@ static struct cdp_pflow_ops dp_ops_pflow = {
#if defined(WLAN_CFR_ENABLE) && defined(WLAN_ENH_CFR_ENABLE)
static struct cdp_cfr_ops dp_ops_cfr = {
.txrx_cfr_filter = NULL,
.txrx_get_cfr_rcc = dp_get_cfr_rcc,
.txrx_set_cfr_rcc = dp_set_cfr_rcc,
.txrx_get_cfr_dbg_stats = dp_get_cfr_dbg_stats,