History log of /wlan-dirver/qcacld-3.0/Kbuild (Results 1 – 25 of 1273)
Revision Date Author Comments
# b052d44d 03-May-2024 Vinod Kumar Pirla <quic_vpirla@quicinc.com>

qcacld-3.0: Enable peer trasition history by default

Enable peer transition history by default and remove
the compile time flag.

Change-Id: Idcce6f5e418d4e4571caaadce07d787c0deaecd8
CRs-Fixed: 3774

qcacld-3.0: Enable peer trasition history by default

Enable peer transition history by default and remove
the compile time flag.

Change-Id: Idcce6f5e418d4e4571caaadce07d787c0deaecd8
CRs-Fixed: 3774914

show more ...


# a2406ed8 11-Mar-2024 Vinod Kumar Pirla <quic_vpirla@quicinc.com>

qcacld-3.0: Enable peer transition history

Enable flag to save peer transition history in host.

Change-Id: I28110748aa42dfee8f29b02764647367d3c0cd8d
CRs-Fixed: 3755803
(cherry picked from commit 8b

qcacld-3.0: Enable peer transition history

Enable flag to save peer transition history in host.

Change-Id: I28110748aa42dfee8f29b02764647367d3c0cd8d
CRs-Fixed: 3755803
(cherry picked from commit 8b22fbb1a3b35f27dcf9bc171053db0c548f5eb6)

show more ...


# 1ed9249c 28-Nov-2023 Liangwei Dong <quic_liangwei@quicinc.com>

qcacld-3.0: Add SAP interface number check

In LA by default, the max supported SAP interface number -
QDF_MAX_NO_OF_SAP_MODE is 2. In third party framework or using
command line to add SAP interface

qcacld-3.0: Add SAP interface number check

In LA by default, the max supported SAP interface number -
QDF_MAX_NO_OF_SAP_MODE is 2. In third party framework or using
command line to add SAP interface, the active number of SAP
interface may exceed the number of QDF_MAX_NO_OF_SAP_MODE.
To avoid running into unexpected scenario, add check the active
SAP interface number with configuration of macro QDF_MAX_NO_OF_SAP_MODE
when adding virtual interface.
And in MDM we support 4 SAP, so make the QDF_MAX_NO_OF_SAP_MODE
configurable by Kbuild.

Change-Id: I7b64ae8f580d2b11ab5bd46c9346567f4ceabc39
CRs-Fixed: 3673518

show more ...


# c47a54c3 10-Nov-2023 Rakesh Pillai <quic_pillair@quicinc.com>

qcacld-3.0: Enable feature DP_RX_PEEK_MSDU_DONE_WAR for kiwi_v2

Kbuild and bazel changes to enable the feature
DP_RX_PEEK_MSDU_DONE_WAR for kiwi_v2 target.

Change-Id: I7a0195acd8d5bd0566b9dd74b60f7

qcacld-3.0: Enable feature DP_RX_PEEK_MSDU_DONE_WAR for kiwi_v2

Kbuild and bazel changes to enable the feature
DP_RX_PEEK_MSDU_DONE_WAR for kiwi_v2 target.

Change-Id: I7a0195acd8d5bd0566b9dd74b60f7d3a907af495
CRs-Fixed: 3667710

show more ...


# a39e53f7 11-Nov-2023 Rakesh Pillai <quic_pillair@quicinc.com>

qcacld-3.0: Enable msdu done failure history for kiwi_v2

Kbuild and bazel changes for enabling msdu done
failure history for kiwi_v2 target.

Change-Id: I6698014e673ac5eb9d065447af697b2ca6c8f4b3
CRs

qcacld-3.0: Enable msdu done failure history for kiwi_v2

Kbuild and bazel changes for enabling msdu done
failure history for kiwi_v2 target.

Change-Id: I6698014e673ac5eb9d065447af697b2ca6c8f4b3
CRs-Fixed: 3662202

show more ...


# a4715adf 16-Aug-2023 Will Huang <quic_wilhuang@quicinc.com>

qcacld-3.0: Optimize GC connection speed by skipping JOIN

Currently STA/GC connection will have JOIN which actively probe AP/GO
in this state to get latest bss entry, but before connection scan
alre

qcacld-3.0: Optimize GC connection speed by skipping JOIN

Currently STA/GC connection will have JOIN which actively probe AP/GO
in this state to get latest bss entry, but before connection scan
already trigger and bss entry updated in scan db so can skip JOIN
in some scenario.

There is requirement to optimize GC connection speed, and to skip
JOIN state is one of the subtask to achieve it. Add a build option
to skip JOIN for GC connection.

Change-Id: I1f8beaa41ea398601a17fa80997029b8ac8849ae
CRs-Fixed: 3598283

show more ...


# 793694f8 26-Oct-2023 Ashish Kumar Dhanotiya <quic_adhanoti@quicinc.com>

qcacld-3.0: Add bearer switch WMI interface changes

When there are more than one audio transport mediums
are available, there is a possibility to switch the
audio transport medium from one medium to

qcacld-3.0: Add bearer switch WMI interface changes

When there are more than one audio transport mediums
are available, there is a possibility to switch the
audio transport medium from one medium to another
medium.
To provide this support to switch the audio transport
medium, and to indicate the status of the bearer
switch to fw, add WMI interface changes.

Change-Id: I236e2d9a954191c104d56d286332ace644190e6e
CRs-Fixed: 3653962

show more ...


# 8e04c844 25-Sep-2023 Ashish Kumar Dhanotiya <quic_adhanoti@quicinc.com>

qcacld-3.0: Register os_if callback with the bearer switch state machine

Based on the new requirement, host driver needs to send the audio
transport switch request from host driver to user space, to

qcacld-3.0: Register os_if callback with the bearer switch state machine

Based on the new requirement, host driver needs to send the audio
transport switch request from host driver to user space, to
support this requirement, register os_if callback function with
bearer switch state machine

Change-Id: Ib94ff4d9876e79d984401262253602c975b0fb1e
CRs-Fixed: 3626952

show more ...


# a00091f1 16-May-2023 David Oladunjoye <quic_doladunj@quicinc.com>

qcacld-3.0: 2-link MLO Sap Simulation

Current SAP is unable to bringup 2 vdevs and connect 2-link MLO.
To unblock validation we simulate 2link connection on SAP.

Changes are as Follows:
- Add MLD c

qcacld-3.0: 2-link MLO Sap Simulation

Current SAP is unable to bringup 2 vdevs and connect 2-link MLO.
To unblock validation we simulate 2link connection on SAP.

Changes are as Follows:
- Add MLD caps to Beacon Frame
- Add RNR IE to Beacon/Probe Rsp Frame
- Add Per-Sta Profile to Probe Rsp Frame
- Add Per-Sta Profile to Assoc Rsp Frame

Change-Id: Ice2d3557e00426ead044ec6b4b507746db4148d4
CRs-Fixed: 3591637

show more ...


# 44ac03a6 22-Aug-2023 Ashish Kumar Dhanotiya <quic_adhanoti@quicinc.com>

qcacld-3.0: Add bearer switch infra

When there are more than one audio transport mediums
are available, there is a possibility to switch the
audio transport medium from one medium to another
medium.

qcacld-3.0: Add bearer switch infra

When there are more than one audio transport mediums
are available, there is a possibility to switch the
audio transport medium from one medium to another
medium.
To provide this support to switch the audio transport
medium, add a bearer switch infra in host driver.

Change-Id: I9d828d52a2c03e8e4e2c0a284ff0dd7510798dbe
CRs-Fixed: 3609864

show more ...


# ec2ac22c 26-Aug-2023 Aasir Rasheed <quic_arasheed@quicinc.com>

qcacld-3.0: Fetch max num of active links

Fetch max num of active links recommended by AP
from beacon ie in case of ML connection.

CRs-Fixed: 3599428
Change-Id: I82581cbf7b3f6c6ac7f1b31040dad178a3f

qcacld-3.0: Fetch max num of active links

Fetch max num of active links recommended by AP
from beacon ie in case of ML connection.

CRs-Fixed: 3599428
Change-Id: I82581cbf7b3f6c6ac7f1b31040dad178a3fad27d

show more ...


# c03f357d 13-Sep-2023 Aasir Rasheed <quic_arasheed@quicinc.com>

qcacld-3.0: Notify firmware on CSA rejection

The host driver now sends a notification to the
firmware when a CSA (Channel Switch Announcement)
is rejected due to no change in channel, bandwidth,
or

qcacld-3.0: Notify firmware on CSA rejection

The host driver now sends a notification to the
firmware when a CSA (Channel Switch Announcement)
is rejected due to no change in channel, bandwidth,
or puncture.

Change-Id: I5d8a424459898d15a7931baf7ca4c3de8308c64e
CRs-Fixed: 3595843

show more ...


# 33b2ada4 28-Jul-2023 Yu Wang <quic_yyuwang@quicinc.com>

qcacld-3.0: add support for transmit latency stats

Add support for per-link transmit latency statistics

Change-Id: If5f2f7785e45379491f085690b7fc9ea109e1148
CRs-Fixed: 3597015


# c34bfe82 29-Aug-2023 jinbaoliu <quic_jinbliu@quicinc.com>

qcacld-3.0: make rx refill buffer pool size configurable

This change makes two rx refill buffer pool size MACROs configurable,
so that they can be customized according to different platforms.

Chang

qcacld-3.0: make rx refill buffer pool size configurable

This change makes two rx refill buffer pool size MACROs configurable,
so that they can be customized according to different platforms.

Change-Id: I638c71be0cd0b53f2db8351931abd54f80c5525c
CRs-Fixed: 3601396

show more ...


# 28952dec 21-Aug-2023 Aravind Kishore Sukla <quic_asukla@quicinc.com>

qcacld-3.0: Add rf test mode sysfs functionality

Add support to configure rf_test_mode_enabled.

Change-Id: I6a42cb078549ecccc5f5c769b97de14fc6f1ee79
CRs-Fixed: 3581791


# 35c0700b 12-Jul-2023 Yu Wang <quic_yyuwang@quicinc.com>

qcacld-3.0: decouple TSF auto report from uplink delay feature

TSF auto report is a stand alone feature, which can
be used to sync TQM clock and TSF clock, more than
one features depend on it.
Intro

qcacld-3.0: decouple TSF auto report from uplink delay feature

TSF auto report is a stand alone feature, which can
be used to sync TQM clock and TSF clock, more than
one features depend on it.
Introduce a new build flag WLAN_FEATURE_TSF_AUTO_REPORT
to decouple it from uplink delay feature.
And also introduce trigger source for TSF auto report to
identify different triggers and maintain the enablement
state.

Change-Id: I61005d0ba29e62995aeb88067d18ad48767bd8b5
CRs-Fixed: 3560239

show more ...


# a0ad067d 04-Jul-2023 Ashish Kumar Dhanotiya <quic_adhanoti@quicinc.com>

qcacld-3.0: Add support for audio transport switch vendor command

Based on the new requirement, add support for vendor command
to switch the audio transport bearer.

Change-Id: I1d3b74c18976b0927ebb

qcacld-3.0: Add support for audio transport switch vendor command

Based on the new requirement, add support for vendor command
to switch the audio transport bearer.

Change-Id: I1d3b74c18976b0927ebba228b73af5a10cc67391
CRs-Fixed: 3582788

show more ...


# 7fce92db 14-Aug-2023 Venkateswara Naralasetty <quic_vnaralas@quicinc.com>

qcacld-3.0: Kbuild changes for FEATURE_ENABLE_CE_DP_IRQ_AFFINE

Kbuild changes FEATURE_ENABLE_CE_DP_IRQ_AFFINE.

Change-Id: Ifbcc443416219f0708b7767b1e4e58cf2e807810
CRs-Fixed: 3590605


# 1b2deb10 02-Aug-2023 Prasanna JS <quic_pjs@quicinc.com>

qcacld-3.0: Enable CONFIG_BCN_RATECODE_ENABLE

Enable CONFIG_BCN_RATECODE_ENABLE config flag for
lithium onwards target.

Change-Id: I9d39e9d6f71d14aa85e9f12f160f203906328c90
CRs-Fixed: 3593196


# bc22dea1 17-Jul-2023 Venkateswara Naralasetty <quic_vnaralas@quicinc.com>

qcacld-3.0: Kbuild changes to enable interrupts in monitor mode

Kbuild changes to enable interrupts in monitor mode for wcn6450.

Change-Id: I6fc5efdad3bf251e9166a3d018caa7d406a00f04
CRs-Fixed: 3565

qcacld-3.0: Kbuild changes to enable interrupts in monitor mode

Kbuild changes to enable interrupts in monitor mode for wcn6450.

Change-Id: I6fc5efdad3bf251e9166a3d018caa7d406a00f04
CRs-Fixed: 3565745

show more ...


# 0624aa8b 09-Aug-2023 Meng Yuan <quic_menyua@quicinc.com>

qcacld-3.0: Support the case to unload driver successfully

Enforce the chip to complete steps of unloading driver
instead of ASSERTION in the case of powered off.
Enforce the chip to complete pld_pc

qcacld-3.0: Support the case to unload driver successfully

Enforce the chip to complete steps of unloading driver
instead of ASSERTION in the case of powered off.
Enforce the chip to complete pld_pcie_remove to
avoid memory leak.

Change-Id: Iaaadde91dd6329990d28659b283b1be8216a970f
CRs-Fixed: 3590444

show more ...


# 75b8edf9 15-Aug-2023 Nijun Gong <quic_ngong@quicinc.com>

qcacld-3.0: Add support for contiguous multi-page allocation

Add config option for enabling physically contiguous multi-page
allocation, and enable the same for qca6174.

CRs-Fixed: 3588484
Change-I

qcacld-3.0: Add support for contiguous multi-page allocation

Add config option for enabling physically contiguous multi-page
allocation, and enable the same for qca6174.

CRs-Fixed: 3588484
Change-Id: Ib649cbb6e3d3e5b00a5e8f94cde99f621fa9b124

show more ...


# fb4305e4 18-Jul-2023 Bing Sun <quic_bings@quicinc.com>

qcacld-3.0: add roam trigger bitmap sysfs functionality

Add support to configure roam_trigger_bitmap.

Change-Id: I1a7329910e5276469fa7cf0711d412cc8850d98b
CRs-Fixed: 3563225


# 25f5c005 18-Jul-2023 Bing Sun <quic_bings@quicinc.com>

qcacld-3.0: add wds mode sysfs functionality

Add support to configure wds_mode.

Change-Id: I19b7c797083a75d2aebf53d574484def5a4ec9e1
CRs-Fixed: 3563193


# 6c8df0d4 26-Jun-2023 Karthik Kantamneni <quic_vkantamn@quicinc.com>

qcacld-3.0: Update configs for WCN6450 platform

Disable special packet handling in RX error path.
Enable marking offloads handled frame in RX path.

Change-Id: I75f7f240c3f7a2728c5d7e9d94bb8de8c57ce

qcacld-3.0: Update configs for WCN6450 platform

Disable special packet handling in RX error path.
Enable marking offloads handled frame in RX path.

Change-Id: I75f7f240c3f7a2728c5d7e9d94bb8de8c57ceafc
CRs-Fixed: 3540540

show more ...


12345678910>>...51