History log of /wlan-dirver/qcacld-3.0/Kbuild (Results 176 – 200 of 1273)
Revision Date Author Comments
# be9f081b 26-Feb-2022 Jeff Johnson <quic_jjohnson@quicinc.com>

qcacld-3.0: Set upper bound for nested composite image support

The Android Common Kernel (ACK) accepted change [1] to 5.10.20 which
enables support for nested composite objects in the Kbuild
system.

qcacld-3.0: Set upper bound for nested composite image support

The Android Common Kernel (ACK) accepted change [1] to 5.10.20 which
enables support for nested composite objects in the Kbuild
system. This was introduced to fix the "Argument list too long" error
that can occur when there are too many filenames passed by the build
system to the "ar" command.

The expectation at that time was that this patch would be maintained
for all future ACK kernels. However the ACK maintenance team has
decided not to maintain this patch beyond the 5.10 kernel, so update
the logic that determines if an ACK kernel has support for the
feature.

Subsequent changes will need to be made to address the "Argument list
too long" error when using an ACK that does not have this support.

[1] https://android.googlesource.com/kernel/common/+/21c713f8e83a91939a612d729ca4f75ada628c00

Change-Id: Ief9a74a24d58796a90e19bd86fa269e64bcf4c73
CRs-Fixed: 3139401

show more ...


# e92560b7 06-Jun-2022 Aditya Kodukula <quic_akodukul@quicinc.com>

qcacld-3.0: Add support to enable WLAN HW

As part of protected dynamic interface control feature,
if the user space disables WiFi, then the platform driver
disables the WLAN HW as well. Until the us

qcacld-3.0: Add support to enable WLAN HW

As part of protected dynamic interface control feature,
if the user space disables WiFi, then the platform driver
disables the WLAN HW as well. Until the user enables WiFi,
the WLAN HW stays disabled.

So, add support to enable the WLAN HW, when the WiFi is
enabled by user space.

Change-Id: If6b90ae57c4471f4c613ead8310fd0a7ada818f3
CRs-Fixed: 3215335

show more ...


# d4498674 11-May-2022 Manikandan Mohan <quic_manikand@quicinc.com>

qcacld-3.0: Add config file for Mango WLAN device

Add config file for Mango WLAN device and enable emulation flag for
Mango WLAN device.

In addition, use static symbolic link '.mango -> .' for mult

qcacld-3.0: Add config file for Mango WLAN device

Add config file for Mango WLAN device and enable emulation flag for
Mango WLAN device.

In addition, use static symbolic link '.mango -> .' for multi-ko support.

Change-Id: I0cebf11407e5625fd6475723496b9cda72cf5165
CRs-Fixed: 3210120

show more ...


# 1f7aaef7 12-Feb-2022 Rakesh Pillai <quic_pillair@quicinc.com>

qcacld-3.0: Enable Shadow config v3 for beryllium chipsets

Enable feature flag for shadow config v3 for all
the beryllium chipsets.

Change-Id: I8fb7facb51f017fa880109e12face1f31366797b
CRs-Fixed: 3

qcacld-3.0: Enable Shadow config v3 for beryllium chipsets

Enable feature flag for shadow config v3 for all
the beryllium chipsets.

Change-Id: I8fb7facb51f017fa880109e12face1f31366797b
CRs-Fixed: 3167764

show more ...


# b59f96fb 08-Apr-2022 Dundi Raviteja <quic_dundi@quicinc.com>

qcacld-3.0: Add osif callbacks for pre cac

Add osif callbacks for pre cac component.

Change-Id: Ic49f61c413e4630bba8fd2e5ff3e69560fb52b52
CRs-Fixed: 3174540


# e63bf7f2 08-Apr-2022 Dundi Raviteja <quic_dundi@quicinc.com>

qcacld-3.0: Add pre cac component

Add support for pre cac component.

Change-Id: I883febac103fc462fcd09f1534fda78c23b96466
CRs-Fixed: 3174505


# d3bb29db 08-Apr-2022 Dundi Raviteja <quic_dundi@quicinc.com>

qcacld-3.0: Move pre cac hdd code to new file

Move pre cac code related to hdd into a new file
wlan_hdd_pre_cac.c

Change-Id: Ia6b2e92a1bea03d7efe12a7dad27e345dc5ef53d
CRs-Fixed: 3174488


# dd3ab5f8 15-May-2022 Karthik Kantamneni <quic_vkantamn@quicinc.com>

Revert "qcacld-3.0: build script changes for DP component"

This reverts commit I1e99466cff805f22411f9bfa5a1842d0ffda265f.

Change-Id: Iaf5766d372558eb28085610191f1d66b340fbd8a
CRs-Fixed: 3196571


# ff74017c 15-May-2022 Karthik Kantamneni <quic_vkantamn@quicinc.com>

Revert "qcacld-3.0: Code cleanup from HDD module"

This reverts commit I66d52b1af7ae52dfde330c7a1b5046f77ab5fe70.

Change-Id: I11e52f785ef0e1d6ba8481f7e98d7ca9e45f249c
CRs-Fixed: 3196571


# 9c959bdc 22-Apr-2022 Surabhi Vishnoi <quic_svishnoi@quicinc.com>

qcacld-3.0: Update auth_status and mac addr of roamed peer to dp

This change updates the auth_status and mac address of
roamed peer received in roam_sync_indication from FW to dp.

Change-Id: I27744

qcacld-3.0: Update auth_status and mac addr of roamed peer to dp

This change updates the auth_status and mac address of
roamed peer received in roam_sync_indication from FW to dp.

Change-Id: I27744017c87a956927108c5b3b0f9220d7e42965
CRs-Fixed: 3185110

show more ...


# 2502638c 09-Apr-2022 Wade Song <quic_wadesong@quicinc.com>

qcacld-3.0: Code condensing for sme

When build kiwi_v2 driver, it reports below error
"make[3]: /bin/sh: Argument list too long". It's because when ar
process kiwi_v2.o, current driver generates too

qcacld-3.0: Code condensing for sme

When build kiwi_v2 driver, it reports below error
"make[3]: /bin/sh: Argument list too long". It's because when ar
process kiwi_v2.o, current driver generates too many characters which
over bash's limitation, so create sme.c file to includes all sme layer
common files to save some room.

Change-Id: Ib15fcb29efd6d06d48d305dcfac44de258dba259
CRs-Fixed: 3194081

show more ...


# 4bb6f92a 31-Mar-2022 Amit Mehta <quic_amitmeht@quicinc.com>

qcacld-3.0: Code cleanup from HDD module

Cleanup HDD code which is refactored to
DP component.

Change-Id: I66d52b1af7ae52dfde330c7a1b5046f77ab5fe70
CRs-Fixed: 3169985


# 93945788 22-Mar-2022 Amit Mehta <quic_amitmeht@quicinc.com>

qcacld-3.0: build script changes for DP component

build script changes to include DP component files

Change-Id: I1e99466cff805f22411f9bfa5a1842d0ffda265f
CRs-Fixed: 3164969


# 281ac750 14-Feb-2022 Mohit Khanna <quic_mkhanna@quicinc.com>

qcacld-3.0: Enable min rates for special frames

Enable feature flag -DQCA_SUPPORT_TX_MIN_RATES_FOR_SPECIAL_FRAMES
for KIWI_v2 chips.

Change-Id: Iaf609fb9a389dc8f4d7eed5313f76333620ede7e
CRs-Fixed:

qcacld-3.0: Enable min rates for special frames

Enable feature flag -DQCA_SUPPORT_TX_MIN_RATES_FOR_SPECIAL_FRAMES
for KIWI_v2 chips.

Change-Id: Iaf609fb9a389dc8f4d7eed5313f76333620ede7e
CRs-Fixed: 3155097

show more ...


# c4ca02df 05-Apr-2022 Aditya Kodukula <quic_akodukul@quicinc.com>

qcacld-3.0: Add infra to disable/enable wifi

As part of protected dynamic interface control feature, add
infra to disable/enable wifi, when invoked from user space.

Change-Id: I3f6c2abcef1ef89cbd0a

qcacld-3.0: Add infra to disable/enable wifi

As part of protected dynamic interface control feature, add
infra to disable/enable wifi, when invoked from user space.

Change-Id: I3f6c2abcef1ef89cbd0a735820de9b54d37bfa29
CRs-Fixed: 3166467

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


# 7c666d30 20-Apr-2022 Utkarsh Bhatnagar <quic_ubhatnag@quicinc.com>

qcacld-3.0: Cleanup MPC Unit Test Framework

Cleanup MPC Unit Test Framework.

Change-Id: I76aa0ad227069b68b9efedbbc7e87573e9a004c0
CRs-Fixed: 3178591


# f95d76a8 17-Apr-2022 abhinav kumar <quic_abhikuma@quicinc.com>

qcacld-3.0: Add multi-client service bit caps and INI support

Add multi-client latency level service bit capability support,
WLAN_SOC_WLM_MULTI_CLIENT_LL_SUPPORT, to check whether the FW
supports mu

qcacld-3.0: Add multi-client service bit caps and INI support

Add multi-client latency level service bit capability support,
WLAN_SOC_WLM_MULTI_CLIENT_LL_SUPPORT, to check whether the FW
supports multi-client latency level event or not.

Add INI "wlm_multi_client_ll feature" to enable/disable multi
client latency level feature from the host side.
* @min: 0
* @max: 1
* @default: 0

If firmware sends multi-client latency level service
bit capability to host and host enables multi-client latency
level feature via INI, the host waits for an event
WMI_VDEV_LATENCY_LEVEL_EVENTID as a response to a request
command WMI_WLM_CONFIG_CMDID.

Change-Id: I5cbea89e67caabac5db70b7f0a91c18bdd512e9b
CRs-Fixed: 3180928

show more ...


# e2e3e032 28-Mar-2022 Srikanth Marepalli <quic_srimarep@quicinc.com>

qcacld-3.0: Use WLAN_WEAR_CHIPSET to modify INI path

On Wear HL based target with keystone kernel, it generates
WLAN driver with name "qca_cld3_wlan.ko" based on macro
definition WLAN_WEAR_CHIPSET.

qcacld-3.0: Use WLAN_WEAR_CHIPSET to modify INI path

On Wear HL based target with keystone kernel, it generates
WLAN driver with name "qca_cld3_wlan.ko" based on macro
definition WLAN_WEAR_CHIPSET. But the driver was not loading
because of the old INI path and /dev path.
This commit modifies the INI path and /dev path based on
macro defined i.e. WLAN_WEAR_CHIPSET.

Change-Id: I6d457a3bb708de3175c40b0f2b3ba0ebde915838
CRs-Fixed: 3168115

show more ...


# 990e7323 08-Apr-2022 Dundi Raviteja <quic_dundi@quicinc.com>

qcacld-3.0: Featurize pre cac code

Featurize pre cac code under PRE_CAC_SUPPORT macro.

Change-Id: I4379e667d4e0ddd3c4d91b5d624fc2325f87022e
CRs-Fixed: 3172393


# 2b7fe880 01-Apr-2022 Bing Sun <quic_bings@quicinc.com>

qcacld-3.0: Add CONFIG_QCACLD_FEATURE_SON dependency configs

Enable configs which are needed by SON, if SON is enabled.

Change-Id: Ib781804a03472aa8c4ab7cdef0a5a4e6e89dcc7e
CRs-Fixed: 3062225


# 3f80fae5 29-Mar-2022 Qun Zhang <quic_qunz@quicinc.com>

qcacld-3.0: Refine roam event processing for LFR2/LFR3

Currently wmi_roam_event_id event handler only register under feature
WLAN_FEATURE_ROAM_OFFLOAD, but it's needed for LFR2 roaming too. So
refin

qcacld-3.0: Refine roam event processing for LFR2/LFR3

Currently wmi_roam_event_id event handler only register under feature
WLAN_FEATURE_ROAM_OFFLOAD, but it's needed for LFR2 roaming too. So
refine roam event processing for LFR2/LFR3.

Change-Id: Ic07fd8a543142fc1e151f484979ab99ff55ce802
CRs-Fixed: 3161973

show more ...


# 36accba3 25-Mar-2022 Liangwei Dong <quic_liangwei@quicinc.com>

qcacld-3.0: Add files for MCC Quota event feature

Add files of MCC Quota event functions when WLAN_FEATURE_MCC_QUOTA
feature is enabled.

Change-Id: If8ab364223f7f3236230fc0fbbc953f184c02528
CRs-Fix

qcacld-3.0: Add files for MCC Quota event feature

Add files of MCC Quota event functions when WLAN_FEATURE_MCC_QUOTA
feature is enabled.

Change-Id: If8ab364223f7f3236230fc0fbbc953f184c02528
CRs-Fixed: 3101880

show more ...


# edc56c44 31-Mar-2022 Surya Prakash Sivaraj <quic_suryapra@quicinc.com>

qcacld-3.0: Remove the old SAP/CSR flow

Remove the old SAP-CSR flow for start bss, stop bss and
channel change req processing which is disabled currently
under the SAP_CP_CLEANUP macro.

Cleanup the

qcacld-3.0: Remove the old SAP/CSR flow

Remove the old SAP-CSR flow for start bss, stop bss and
channel change req processing which is disabled currently
under the SAP_CP_CLEANUP macro.

Cleanup the redundant checks in the deauth, disassoc
response processing in CSR.

Change-Id: I5a360fc267688b51ca645551108b65646a3c8c1a
CRs-Fixed: 3164259

show more ...


# 4ebb8703 14-Mar-2022 Surya Prakash Sivaraj <quic_suryapra@quicinc.com>

qcacld-3.0: Enable SAP_CP_CLEANUP flag

Activate the new SAP flow for start bss,
stop bss and channel change request.

Change-Id: If6971438af803bd0e9d2b9f3bd162b7096f1fb88
CRs-Fixed: 3157399


12345678910>>...51