Revision Date Author Comments
# c89f5e52 25-Dec-2020 Edayilliam Jayadev <ejayadev@codeaurora.org>

qcacmn: Fix return value of Spectral ucfg API

Return type of "ucfg_spectral_control" is QDF_STATUS.
Wrong return values are send for this APIs in case of errors.

CRs-Fixed: 2845251
Change-Id: I24f3

qcacmn: Fix return value of Spectral ucfg API

Return type of "ucfg_spectral_control" is QDF_STATUS.
Wrong return values are send for this APIs in case of errors.

CRs-Fixed: 2845251
Change-Id: I24f3beb44486753ad0eba706e9f2ac258067d82d

show more ...


# 80a12b81 17-Dec-2020 Edayilliam Jayadev <ejayadev@codeaurora.org>

qcacmn: Skip init/deinit/config if Spectral is disabled

If Spectral scan is disabled(agile and normal mode disabled)
skip init/deinit of Spectral module. Also avoid user requests
to configure/start/

qcacmn: Skip init/deinit/config if Spectral is disabled

If Spectral scan is disabled(agile and normal mode disabled)
skip init/deinit of Spectral module. Also avoid user requests
to configure/start/stop scan. If either agile or normal mode
is disabled block user requests for that mode alone.

CRs-Fixed: 2840335
Change-Id: I81148e5580fe4bf991b97cd086c8e3a9ca78e77d

show more ...


# 80df191a 28-Nov-2019 Wu Gao <wugao@codeaurora.org>

qcacmn: Add API to get spectral version

Since struct spectral_samp_msg may be modified, so provide API to get
version information, then spectraltool can compatible with different
host based on versi

qcacmn: Add API to get spectral version

Since struct spectral_samp_msg may be modified, so provide API to get
version information, then spectraltool can compatible with different
host based on version information.

Change-Id: If68dbd0d85b28f46056208d849fe2db4faea493a
CRs-Fixed: 2575818

show more ...


# a32b8318 06-Nov-2019 Wu Gao <wugao@codeaurora.org>

qcacmn: Not register spectral to dbr when load wlan

When loading wlan host, memory alloc takes too long when registering
spectral to direct buffer rx component and affect wmi ready event
handling. S

qcacmn: Not register spectral to dbr when load wlan

When loading wlan host, memory alloc takes too long when registering
spectral to direct buffer rx component and affect wmi ready event
handling. So avoid to register spectral to dbr when loading wlan.

Change-Id: If48aab2cf424c41af1427f350734690918291d69
CRs-Fixed: 2558477

show more ...


# 14f9bd41 03-May-2019 Edayilliam Jayadev <ejayadev@codeaurora.org>

qcacmn: Spectral control path changes

Add a new request structure for Specteral control path.
This structure packages all the commands and their
required inputs. Response to the commands are filled

qcacmn: Spectral control path changes

Add a new request structure for Specteral control path.
This structure packages all the commands and their
required inputs. Response to the commands are filled
in this structure by the command handlers in lower
layers.

CRs-Fixed: 2446466
Change-Id: I3113e8721382d284b4e03e0f8fdab1e68d5cfaa1

show more ...


# 7eb2d08e 20-Dec-2018 Shashikala Prabhu <pshashik@codeaurora.org>

qcacmn: Add INI support to disable spectral feature

Add INI support to disable spectral feature and do not process the spectral
user commands if spectral feature is disabled.

Change-Id: Id35313167

qcacmn: Add INI support to disable spectral feature

Add INI support to disable spectral feature and do not process the spectral
user commands if spectral feature is disabled.

Change-Id: Id353131675454652d59fd5d5f8fd3d732a07b777
Acked-by: Shashikala Prabhu <pshashik@codeaurora.org>
CRs-Fixed: 2343947

show more ...


# 56c2608f 02-Mar-2018 Manikandan Mohan <manikand@codeaurora.org>

qcacmn: Fix export symbol for multi drivers compilation

Update spectral module files to use qdf_export_symbol to facilitate
multiple driver module compilation support.

Change-Id: I2ae9f4b38d67600f1

qcacmn: Fix export symbol for multi drivers compilation

Update spectral module files to use qdf_export_symbol to facilitate
multiple driver module compilation support.

Change-Id: I2ae9f4b38d67600f10a9c8991a5095ff50f7dfb2
CRs-fixed: 2197751

show more ...


# cd793f38 26-Jan-2018 Sandeep Puligilla <spuligil@codeaurora.org>

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: Iab06f66d18c4791f0ff548378163

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

show more ...


# 71155a3e 18-Dec-2017 Shiva Krishna Pittala <spittala@codeaurora.org>

qcacmn: Use module level logging in Spectral

Current Spectral module uses qdf_print. To improve the control over
logging, use module level logging

CRs-Fixed: 2165341
Change-Id: I205991347453c4dcc42

qcacmn: Use module level logging in Spectral

Current Spectral module uses qdf_print. To improve the control over
logging, use module level logging

CRs-Fixed: 2165341
Change-Id: I205991347453c4dcc424ba1958e309b7c5fb71a0

show more ...


# 6273adc0 25-Jan-2018 Shiva Krishna Pittala <spittala@codeaurora.org>

qcacmn: Fix the coding convention issues in Spectral dispatcher

Current Spectral dispatcher code is not following coding convention
rules in some places.

Change-Id: I0370ca91c8b5ac3a31ae07d6be7d18a

qcacmn: Fix the coding convention issues in Spectral dispatcher

Current Spectral dispatcher code is not following coding convention
rules in some places.

Change-Id: I0370ca91c8b5ac3a31ae07d6be7d18a3290790f8
CRs-Fixed: 2151554

show more ...


# de0cb20d 07-Nov-2017 Shiva Krishna Pittala <spittala@codeaurora.org>

qcacmn: Moving spectral module to cmn_dev

As part of second phase of Spectral Analysis(SA)
convergence [WIN & MCL], spectral module code is being moved to cmn_dev.
Also includes fixes for checkpatch

qcacmn: Moving spectral module to cmn_dev

As part of second phase of Spectral Analysis(SA)
convergence [WIN & MCL], spectral module code is being moved to cmn_dev.
Also includes fixes for checkpatch.

CRs-Fixed: 2146231
Change-Id: I939509193786b0bd2cbd5f1af64d4a94739a2af5

show more ...