qcacmn: Add APIs to init Spectral feature caps in the upper layer

Add APIs to init Spectral feature caps in the upper layer of the
Spectral module.

CRs-Fixed: 2840249
Change-Id: Idfb34a9eec3a66c6d193be7bb828eeec30548ae7
This commit is contained in:
Edayilliam Jayadev
2020-12-17 11:36:02 +05:30
committed by snandini
parent 19aaca7ff9
commit 3e679f9176
6 changed files with 119 additions and 0 deletions

View File

@@ -344,4 +344,13 @@ tgt_spectral_register_events(struct wlan_objmgr_psoc *psoc);
*/
QDF_STATUS
tgt_spectral_unregister_events(struct wlan_objmgr_psoc *psoc);
/**
* tgt_spectral_init_pdev_feature_caps() - Init pdev spectral feature caps
* @pdev: pdev handle
*
* Return: QDF_STATUS
*/
QDF_STATUS
tgt_spectral_init_pdev_feature_caps(struct wlan_objmgr_pdev *pdev);
#endif /* _WLAN_SPECTRAL_TGT_API_H_ */