qcacld-3.0: Indicated CFR Stopped to userspace

After stop CFR capture, indicate CFR stopped event to userspace.

Change-Id: I886d519332a87c9ec1b59c592eaf9e6ddc10f423
CRs-Fixed: 2659696
这个提交包含在:
Wu Gao
2020-04-08 06:30:19 +08:00
提交者 nshrivas
父节点 a03ccd3ba9
当前提交 9f4ca5b05e

查看文件

@@ -350,6 +350,11 @@ wlan_cfg80211_peer_cfr_capture_cfg(struct wiphy *wiphy,
ucfg_cfr_subscribe_ppdu_desc(wlan_vdev_get_pdev(vdev), ucfg_cfr_subscribe_ppdu_desc(wlan_vdev_get_pdev(vdev),
is_start_capture); is_start_capture);
ucfg_cfr_committed_rcc_config(vdev); 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); wlan_objmgr_vdev_release_ref(vdev, WLAN_CFR_ID);
return 0; return 0;