diff --git a/core/hdd/src/wlan_hdd_cfr.c b/core/hdd/src/wlan_hdd_cfr.c index cb3b2455ec..7abbc05439 100644 --- a/core/hdd/src/wlan_hdd_cfr.c +++ b/core/hdd/src/wlan_hdd_cfr.c @@ -350,6 +350,11 @@ wlan_cfg80211_peer_cfr_capture_cfg(struct wiphy *wiphy, ucfg_cfr_subscribe_ppdu_desc(wlan_vdev_get_pdev(vdev), is_start_capture); ucfg_cfr_committed_rcc_config(vdev); + if (!is_start_capture) { + ucfg_cfr_stop_indication(vdev); + hdd_debug("stop indication done"); + } + wlan_objmgr_vdev_release_ref(vdev, WLAN_CFR_ID); return 0;