History log of /wlan-dirver/platform/cnss_utils/ (Results 26 – 35 of 35)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8690fc3629-Sep-2022 Sandeep Singh <quic_sandsing@quicinc.com>

cnss_utils: Add RC_EP_ULTRASHORT_CHANNEL in cnss feature enum

Add RC_EP_ULTRASHORT_CHANNEL parameter in cnss feature
to indicate wlan fw whether root complex and end point
has ultrashort length or n

cnss_utils: Add RC_EP_ULTRASHORT_CHANNEL in cnss feature enum

Add RC_EP_ULTRASHORT_CHANNEL parameter in cnss feature
to indicate wlan fw whether root complex and end point
has ultrashort length or not.

Change-Id: I96ce5eb0954e20f7aed4ecbcecdbcde617988791
CRs-Fixed: 3323600

show more ...

60f897b626-Sep-2022 Naman Padhiar <quic_npadhiar@quicinc.com>

icnss2: Send WLAN_EN delay during Mode request

Send WLAN_EN delay during Mode On QMI request if temperature is
below threshold at that time.

Change-Id: I910168dafa09c25cc4a263a7756379eb8be46824

2aa767ca23-May-2022 Naman Padhiar <quic_npadhiar@quicinc.com>

cnss2: Add support to download ini file to FW

Add new QMI message to download wlan-connection-roaming.ini
file to FW.

Change-Id: Icc7d63847560ae07f3d3cdebc158faf8e4cb5aec

eadcd47804-May-2022 Manikandan Mohan <quic_manikand@quicinc.com>

cnss2: Feature update for OL CPR

Open Loop CPR feature is extended to support multiple VRegs. Add IDL
data structures, device tree setup for WLAN device PMU pin to platform
VReg mapping and handling

cnss2: Feature update for OL CPR

Open Loop CPR feature is extended to support multiple VRegs. Add IDL
data structures, device tree setup for WLAN device PMU pin to platform
VReg mapping and handling for new OL CPR params from FW.

Change-Id: Ibdcc5b30521c01e12124b32bd6291def98bd9516

show more ...

be6ab7d226-Apr-2022 Mohammed Siddiq <quic_msiddiq@quicinc.com>

wlan_platform: use cnss_utils to send device type across wlan & bt

Add code to use cnss_utils to send device type across wlan & bt.
cnss platform driver reads the wlan sw control gpio and updates
th

wlan_platform: use cnss_utils to send device type across wlan & bt

Add code to use cnss_utils to send device type across wlan & bt.
cnss platform driver reads the wlan sw control gpio and updates
the cnss_utils with the device type, when Bt comes up it get the
device type from cnss_utils.

Change-Id: I5b6f3e7d3dc44e4c5a4a341b3e286f87b5c24bbb

show more ...

b12d988703-Mar-2022 Wade Song <quic_wadesong@quicinc.com>

cnss2: Enable support for qca6390 on hana-au

To enable support for qca6390 on hana-au:

1) Return 0, instead of an error code, when 'qcom,icc-path-count'
isn't present in the device tree, given s

cnss2: Enable support for qca6390 on hana-au

To enable support for qca6390 on hana-au:

1) Return 0, instead of an error code, when 'qcom,icc-path-count'
isn't present in the device tree, given some chipsets like
qca6390 don't need this parameter to get probed successfully;

2) Add one more vreg config, 'vdd-wlan-rfa3', into the vreg list
as it's required for qca6390 to get probed;

3) Add one more dts parameter, 'qcom,multi-wlan-exchg' into the
wlan device tree node on auto platforms, to reflect the fact
that multiple wlan chipsets can be plugged, while only one of
them exists at a time.

Also, reorder the parameters passed for debug printing in function
cnss_plat_ipc_init_fn(), given the original ordering is not
matching with the debug message literally.

Change-Id: I94d33fcfa2343646c55d8021894f35bc3cf8a56b

show more ...

3983bc4514-Feb-2022 Naman Padhiar <quic_npadhiar@quicinc.com>

wlan_platform: Bring initial files for ICNSS family drivers

Bring ICNSS family drivers from msm-5.10 kernel as of commit
'cb298739ee51 ("icnss2: Download bdf file for helium targets")'
to WLAN platf

wlan_platform: Bring initial files for ICNSS family drivers

Bring ICNSS family drivers from msm-5.10 kernel as of commit
'cb298739ee51 ("icnss2: Download bdf file for helium targets")'
to WLAN platform project.

Updated wlan_firmware_service files and makefiles to support
ICNSS2 compilation.

Change-Id: I02cf792b61772f07ac0607be7bb6b3bfda7815e4

show more ...

bd8df91202-Nov-2021 Yue Ma <quic_yuem@quicinc.com>

wlan_platform: Update CNSS family drivers

Update CNSS family drivers from msm-5.10 kernel as of commit
db1b2399e273 (Merge "cnss2: Increase power on retry delay")
to WLAN platform project. Also add

wlan_platform: Update CNSS family drivers

Update CNSS family drivers from msm-5.10 kernel as of commit
db1b2399e273 (Merge "cnss2: Increase power on retry delay")
to WLAN platform project. Also add proper copyright markings
for some files.

Change-Id: I03a10b929f5460f80a9b1f258df58e0c1a593598

show more ...

7e37543007-Oct-2021 Yue Ma <yuem@codeaurora.org>

wlan_platform: Add CONFIG_CNSS_OUT_OF_TREE flag

Use CONFIG_CNSS_OUT_OF_TREE to control if CNSS family drivers are
built from in-kernel-tree source or out-of-kernel-tree source since
the exposed head

wlan_platform: Add CONFIG_CNSS_OUT_OF_TREE flag

Use CONFIG_CNSS_OUT_OF_TREE to control if CNSS family drivers are
built from in-kernel-tree source or out-of-kernel-tree source since
the exposed header files will be in different paths. This is also
for backward compatibility.

Change-Id: I24111fdb76607bf911c29e415d42d25609f9b26c

show more ...

5b29459b07-Oct-2021 Yue Ma <yuem@codeaurora.org>

wlan_platform: Bring initial files for CNSS family drivers

Bring CNSS family drivers from msm-5.10 kernel as of commit
cc3bc4b888af (cnss2: Fix a few switch statement fallthrough
issues) to WLAN pla

wlan_platform: Bring initial files for CNSS family drivers

Bring CNSS family drivers from msm-5.10 kernel as of commit
cc3bc4b888af (cnss2: Fix a few switch statement fallthrough
issues) to WLAN platform project. Fix SPDX-License format for
a few files as well.

drivers/net/wireless/cnss* -> .
include/net/cnss* -> inc/

Above shows how directories and header files are relocated.

Change-Id: If8fd40a35c9fdbeb1aa76a8aac5fdb1fc1c7e786

show more ...

12