History log of /wlan-dirver/qcacld-3.0/Kconfig (Results 26 – 50 of 61)
Revision Date Author Comments
# b5cb91ee 07-Apr-2023 Zhiwei Yang <quic_zhiwyang@quicinc.com>

qcacld-3.0: Add Kbuild configuration

Add QCA_PADDR_CHECK_ON_3RD_PARTY_PLATFORM configuration
in Kbuild.

Change-Id: I1a0c2e5666ba1d608f56767c15591e8f4a367363
CRs-Fixed: 3459203


# b1fac44a 27-Apr-2023 Ashish Kumar Dhanotiya <quic_adhanoti@quicinc.com>

qcacld-3.0: Create new component for low latency sap

This change creates a new component for low latency SAP
and also does the init and de-init of this new component.

Change-Id: I4a8192feb6edb30b18

qcacld-3.0: Create new component for low latency sap

This change creates a new component for low latency SAP
and also does the init and de-init of this new component.

Change-Id: I4a8192feb6edb30b1898ef30675cbc01235a8e42
CRs-Fixed: 3482510

show more ...


# 09cb1c6a 03-Apr-2023 Zhiwei Yang <quic_zhiwyang@quicinc.com>

qcacld-3.0: Avoid using small buffer address

On some third-party platforms, we observe the memory physical
address below 0x2000 is allocated will cause HW/FW NOC error,
so this region memory should

qcacld-3.0: Avoid using small buffer address

On some third-party platforms, we observe the memory physical
address below 0x2000 is allocated will cause HW/FW NOC error,
so this region memory should not be used by host.

This change will hold the memory if the allocated memory physical
address below 0x2000 until driver unload.

Change-Id: I11fb698d32e69852f1cb5c8eb99ead121b8db2f4
CRs-Fixed: 3419652

show more ...


# 4995f51f 04-May-2023 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: Sort Kconfig

Since the qcacld-3.0 driver is not part of the upstream kernel, the
Kconfig has not been used for driver configuration. As a result, it is
missing hundreds of configuration

qcacld-3.0: Sort Kconfig

Since the qcacld-3.0 driver is not part of the upstream kernel, the
Kconfig has not been used for driver configuration. As a result, it is
missing hundreds of configuration options that are now supported by
the driver.

The upcoming Bazel DDK build infrastructure *will* use the Kconfig
file. In preparation for populating the Kconfig, sort the existing
options in alphabetic order to facilitate the addition of the missing
options in a subsequent patch.

Change-Id: I7a714d373ae601b8c6642c224aca6b64da618ecd
CRs-Fixed: 3487378

show more ...


# d9c61c8a 04-May-2023 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: Kconfig: Rename BUILD_TIMESTAMP

Change I66d159a1594f71fdf33f3e4b4e6be4840d7e140a ("qcacld-3.0: Include
change Ids in build tag") replaced the usage of CONFIG_BUILD_TIMESTAMP
with CONFIG_

qcacld-3.0: Kconfig: Rename BUILD_TIMESTAMP

Change I66d159a1594f71fdf33f3e4b4e6be4840d7e140a ("qcacld-3.0: Include
change Ids in build tag") replaced the usage of CONFIG_BUILD_TIMESTAMP
with CONFIG_BUILD_TAG. However, that change did not actually modify
the Kconfig item, so do it now.

Change-Id: Id69a339a8d539b3cd5b455c411ae10652f6aa897
CRs-Fixed: 3487377

show more ...


# c891c352 03-May-2023 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: Finish removing WLAN_FEATURE_NAN_CONVERGENCE

Changes I0045dcccd36524cbcd4253347c9e0a5704193c2b ("qcacmn: Combine
all NAN related flags with WLAN_FEATURE_NAN") and
If98ecaace17f8724e9c283

qcacld-3.0: Finish removing WLAN_FEATURE_NAN_CONVERGENCE

Changes I0045dcccd36524cbcd4253347c9e0a5704193c2b ("qcacmn: Combine
all NAN related flags with WLAN_FEATURE_NAN") and
If98ecaace17f8724e9c28325ef61e721f42e1d8f ("qcacld-3.0: Combine all
NAN related flags with WLAN_FEATURE_NAN") removed all usage of
WLAN_FEATURE_NAN_CONVERGENCE, but did not remove it from Kconfig or
from all defconfigs, so do that now.

Change-Id: Ib19f30d2be5c2ddaad13a2526442d3d7266e4754
CRs-Fixed: 3487376

show more ...


# 2c46e004 03-May-2023 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: Finish removing CONFIG_WLAN_FEATURE_11W

Change Id3a2127e9ecb343ad2a0354dcbc331c22167d7fb ("qcacld-3.0: Remove
feature flag WLAN_FEATURE_11W for pmf") removed all of the conditional
code

qcacld-3.0: Finish removing CONFIG_WLAN_FEATURE_11W

Change Id3a2127e9ecb343ad2a0354dcbc331c22167d7fb ("qcacld-3.0: Remove
feature flag WLAN_FEATURE_11W for pmf") removed all of the conditional
code for CONFIG_WLAN_FEATURE_11W. However, the actual Kconfig entry
was not removed, nor was the configuration setting removed from the
defconfig files, so do that now.

Change-Id: I0ba83841346fc47673231fba6aa22da9317caf09
CRs-Fixed: 3487375

show more ...


# b3899e7d 03-May-2023 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: Kconfig: Remove PRIMA_WLAN_OKC

The PRIMA_WLAN_OKC feature is not applicable to qcacld-3.0, so remove
the feature flag.

Change-Id: Ia0dcfd34c18c31ecb6a270ede6f398160772cef7
CRs-Fixed: 34

qcacld-3.0: Kconfig: Remove PRIMA_WLAN_OKC

The PRIMA_WLAN_OKC feature is not applicable to qcacld-3.0, so remove
the feature flag.

Change-Id: Ia0dcfd34c18c31ecb6a270ede6f398160772cef7
CRs-Fixed: 3487374

show more ...


# 658e6789 20-Apr-2022 Utkarsh Bhatnagar <quic_ubhatnag@quicinc.com>

qcacld-3.0: Cleanup MPC_UT_FRAMEWORK Config

Cleanup MPC_UT_FRAMEWORK Config

Change-Id: Ifd05bdae81070c948e63d753bd671e7b41c0228c
CRs-Fixed: 3179082


# 2fb1fdb1 08-Jan-2019 Nachiket Kukade <nkukade@codeaurora.org>

qcacld-3.0: Combine all NAN related flags with WLAN_FEATURE_NAN

Flag WLAN_FEATURE_NAN_DATAPATH was added to protect NAN Datapath
related code, while WLAN_FEATURE_NAN_CONVERGENCE was added to
protect

qcacld-3.0: Combine all NAN related flags with WLAN_FEATURE_NAN

Flag WLAN_FEATURE_NAN_DATAPATH was added to protect NAN Datapath
related code, while WLAN_FEATURE_NAN_CONVERGENCE was added to
protect the converged code inside NAN Component. Since the
original NAN Discovery related code has now been moved inside
NAN component and NAN Datapath cannot exist without NAN Discovery,
keeping these flags separate doesn't make sense. Combine these
two flags with WLAN_FEATURE_NAN flag which is the original NAN
feature flag.

As a cleanup of NAN code, combine all NAN related flags with
WLAN_FEATURE_NAN flag.

Change-Id: If98ecaace17f8724e9c28325ef61e721f42e1d8f
CRs-Fixed: 2377375

show more ...


# fcc29d41 18-Jul-2018 Jeff Johnson <jjohnson@codeaurora.org>

qcacld-3.0: Add SARV1 to SARV2 feature flag

Add SARV1 to SARV2 feature flag.

CRs-Fixed: 2282071
Change-Id: Iaaf449a222bf999a1d9227bde030a30cc84d18e0


# b5e486e4 10-Apr-2018 Jeff Johnson <jjohnson@codeaurora.org>

qcacld-3.0: Remove obsolete CONFIG_PRIMA_WLAN_11AC_HIGH_TP

Kbuild conditionally defines CONFIG_PRIMA_WLAN_11AC_HIGH_TP but then
never uses it. Since it is obsolete, remove it.

Change-Id: I4002197c3

qcacld-3.0: Remove obsolete CONFIG_PRIMA_WLAN_11AC_HIGH_TP

Kbuild conditionally defines CONFIG_PRIMA_WLAN_11AC_HIGH_TP but then
never uses it. Since it is obsolete, remove it.

Change-Id: I4002197c3068c58e542ab0b7bcc55b642e04624c
CRs-Fixed: 2221850

show more ...


# 02c2b630 09-Mar-2018 Arif Hussain <arifhussain@codeaurora.org>

qcacld-3.0: Separate macros for dfs offload

Separate macros for dfs offload and non offload
to reduce the code size.

Change-Id: I909ed6502530988cc584690cb434ba2600bbccaa
CRs-Fixed: 2206653


# 45fc4b0a 06-Feb-2018 Vignesh Viswanathan <viswanat@codeaurora.org>

qcacld-3.0: Add makefile flag for ObjMgr Debug Enhancements

Add new CONFIG_WLAN_OBJMGR_DEBUG flag in qcacld Kbuild for ObjMgr
Debug enhancements and use the flag to enable the existing
WLAN_OBJMGR_D

qcacld-3.0: Add makefile flag for ObjMgr Debug Enhancements

Add new CONFIG_WLAN_OBJMGR_DEBUG flag in qcacld Kbuild for ObjMgr
Debug enhancements and use the flag to enable the existing
WLAN_OBJMGR_DEBUG CFlag.

Change-Id: I295c9b6822ab0c1396368ecc719b2ba1c8c834dd
CRs-Fixed: 2184785

show more ...


# 07e5f997 08-Nov-2017 Hanumanth Reddy Pothula <c_hpothu@codeaurora.org>

qcacld-3.0: Remove FW memory dump feature

qcacld-2.0 to qcacld-3.0 propagation

FW memory dump feature is no longer used. Hence remove FW memory
dump feature code changes.

Change-Id: Ida655f83630c3

qcacld-3.0: Remove FW memory dump feature

qcacld-2.0 to qcacld-3.0 propagation

FW memory dump feature is no longer used. Hence remove FW memory
dump feature code changes.

Change-Id: Ida655f83630c369df746e7c0c9d61a8fee2932a2
CRs-Fixed: 2140261

show more ...


# 25eb0d8e 14-Oct-2017 Liangwei Dong <liangwei@codeaurora.org>

qcacld-3.0: Add Kconfig option for feature flag

Add Feature enable option in Kconfig:
WLAN_FEATURE_FILS; NAN_CONVERGENCE

Change-Id: I451e4aaddfe7f68a973092d13723090a33cc9f4c
CRs-Fixed: 2127806


# 7c5fd687 14-Jul-2017 Srinivas Girigowda <sgirigow@codeaurora.org>

qcacld-3.0: Remove CONFIG_ from CONFIG_INET_LRO in Kconfig

Kernel, by default prepends "CONFIG_", hence
Remove CONFIG_ from CONFIG_INET_LRO.

Change-Id: I9bfec30e1814d8f3b7875a8a8926e251dd282441
CRs

qcacld-3.0: Remove CONFIG_ from CONFIG_INET_LRO in Kconfig

Kernel, by default prepends "CONFIG_", hence
Remove CONFIG_ from CONFIG_INET_LRO.

Change-Id: I9bfec30e1814d8f3b7875a8a8926e251dd282441
CRs-Fixed: 2076950

show more ...


# 9383625d 20-Jun-2017 Naveen Rawat <naveenrawat@codeaurora.org>

qcacld-3.0: Add option to avoid timestamp in version string

Adding timestamp in version string is causing long compile times
for wlan project. Add option to avoid timestamp so that developers
can av

qcacld-3.0: Add option to avoid timestamp in version string

Adding timestamp in version string is causing long compile times
for wlan project. Add option to avoid timestamp so that developers
can avoid long compile times.

Change-Id: Iaa5fd4f432549844ae319451cb43929a2d4b68ea
CRs-Fixed: 2064805

show more ...


# 7869aadb 15-May-2017 Jeff Johnson <jjohnson@codeaurora.org>

qcacld-3.0: Add Kbuild support for FIPS feature

In order to get FIPS certification the driver will need to support a
userspace API and accompanying logic to exercise the FIPS WMI
interface exposed b

qcacld-3.0: Add Kbuild support for FIPS feature

In order to get FIPS certification the driver will need to support a
userspace API and accompanying logic to exercise the FIPS WMI
interface exposed by firmware. Since this logic need not be enabled on
production devices, expose a configuration knob so that it can be
enabled or disabled on demand.

Change-Id: I979be0175ea89e9147b07b222f54a7c3fc23dbd9
CRs-Fixed: 2065002

show more ...


# 04392c46 12-May-2017 Zhu Jianmin <jianminz@codeaurora.org>

qcacld-3.0: Optimize ping latency

If tx frame is ICMP packet, disable bmps for N seconds to avoid
latency of waking up from bmps.

Change-Id: I91f7748bfca81524637e0e4cc39ace5abf53f7dc
CRs-Fixed: 204

qcacld-3.0: Optimize ping latency

If tx frame is ICMP packet, disable bmps for N seconds to avoid
latency of waking up from bmps.

Change-Id: I91f7748bfca81524637e0e4cc39ace5abf53f7dc
CRs-Fixed: 2044602

show more ...


# bfa44c20 20-Feb-2017 Himanshu Agarwal <himanaga@codeaurora.org>

qcacld-3.0: Enable DPTRACE for perf and production builds

Enable DPTRACE for perf and production builds.

Change-Id: I2aebe9279fb8e3c4a56364e7897f4a4f7402213e
CRs-Fixed: 2047043


# 639c6ffd 13-Feb-2017 Krishna Kumaar Natarajan <kknatara@codeaurora.org>

qcacld-3.0: [11AX] Add feature flag for 11AX

Add feature flag for 11AX and enable the feature only for
QCA6290 chipset.

Change-Id: I342601304f73b68f39a1cd1a3d6c890df877e88e
CRs-Fixed: 1073481


# b180aede 22-Dec-2016 Himanshu Agarwal <himanaga@codeaurora.org>

qcacld-3.0: Enable UMAC converged southbound interface by default

Enable UMAC converged southbound interface by default by removing
CONFIG_WLAN_CONVERGED_INTERFACE in Kbuild and WLAN_CONVERGED_INTER

qcacld-3.0: Enable UMAC converged southbound interface by default

Enable UMAC converged southbound interface by default by removing
CONFIG_WLAN_CONVERGED_INTERFACE in Kbuild and WLAN_CONVERGED_INTERFACE
based API definitions in wma_main.c.

Change-Id: I3b849192b667e8c2f9fb628355c80b3d817f741a
CRs-Fixed: 1103247

show more ...


# 65b17d96 23-Nov-2016 Frank Liu <qiliu@codeaurora.org>

qcacld-3.0: Support southbound interface

Attach southbound interface. Each individual component is supposed
to define tx_ops and rx_ops function to attach with southbound.

Change-Id: I622a53ab76bc3

qcacld-3.0: Support southbound interface

Attach southbound interface. Each individual component is supposed
to define tx_ops and rx_ops function to attach with southbound.

Change-Id: I622a53ab76bc3bab3774e90569af53ad49b95053
CRs-Fixed: 1096553

show more ...


# cd756941 23-Nov-2016 Dustin Brown <dustinb@codeaurora.org>

qcacld-3.0: Make RX wakelock duration configurable

Propagation from qcacld-2.0

Change hard coded RX wakelock duration into an ini configuration item.
Only aquire the wakelock for unicast traffic, a

qcacld-3.0: Make RX wakelock duration configurable

Propagation from qcacld-2.0

Change hard coded RX wakelock duration into an ini configuration item.
Only aquire the wakelock for unicast traffic, and if the configured
wakelock item is greater than 0.

Change-Id: I46b946ddfeae510a5446ff4ab012c09e4964a50c
CRs-Fixed: 1068594

show more ...


123