qcacmn: Configure spectral module for Gen2

-Initialize the default Configuration as
gen2 for spectral module on MCL.
-Add support to general netlink socket.

Change-Id: Iab06f66d18c4791f0ff5483781634df2a7268ddb
CRs-Fixed: 2183870
This commit is contained in:
Sandeep Puligilla
2018-01-26 12:36:08 -08:00
committed by snandini
parent 101778698b
commit cd793f38a3
8 changed files with 113 additions and 21 deletions

View File

@@ -43,4 +43,16 @@ int ucfg_spectral_control(struct wlan_objmgr_pdev *pdev,
void *indata,
uint32_t insize, void *outdata, uint32_t *outsize);
/**
* ucfg_spectral_scan_set_ppid() - configure pid of spectral tool
* @pdev: Pointer to pdev
* @ppid: Spectral tool pid
*
* Configure pid of spectral tool
*
* Return: None
*/
void ucfg_spectral_scan_set_ppid(struct wlan_objmgr_pdev *pdev,
uint32_t ppid);
#endif /* _WLAN_SPECTRAL_UCFG_API_H_ */