qcacmn: Add start scan response WMI event

Add support for processing the start scan response
WMI event. FW provides the necessary information to
segregate FFT bins to pri80, 5 MHz and sec80 in
160/165 MHz. Also, cfreq2 and the channel width is
provided to FW via WMI command.

CRs-Fixed: 2672081
Change-Id: I666b6c18a63d5d01117aa9cbd611691c6f8b2793
This commit is contained in:
Edayilliam Jayadev
2020-04-29 21:54:25 +05:30
committed by nshrivas
szülő 18bbaf7484
commit abdb33bb00
20 fájl változott, egészen pontosan 1621 új sor hozzáadva és 385 régi sor törölve

Fájl megtekintése

@@ -483,6 +483,8 @@ spectral_ctx_deinit(struct spectral_context *sc)
sc->sptrlc_ucfg_phyerr_config = NULL;
sc->sptrlc_pdev_spectral_init = NULL;
sc->sptrlc_pdev_spectral_deinit = NULL;
sc->sptrlc_psoc_spectral_init = NULL;
sc->sptrlc_psoc_spectral_deinit = NULL;
sc->sptrlc_set_spectral_config = NULL;
sc->sptrlc_get_spectral_config = NULL;
sc->sptrlc_start_spectral_scan = NULL;