History log of /wlan-dirver/qcacld-3.0/Kconfig (Results 1 – 25 of 61)
Revision Date Author Comments
# 9bab9cd8 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 ...


# f6f31628 23-Mar-2024 Prasanna JS <quic_pjs@quicinc.com>

qcacld-3.0: Add compile time flag for Chipset logging

Add feature flag for chipset logging feature

Change-Id: I2622dfe60d7b45a468b304eeed420e828f36d902
CRs-Fixed: 3782380


# 8b22fbb1 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


# 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 ...


# b451b9da 05-Oct-2023 Asutosh Mohapatra <quic_asutmoha@quicinc.com>

qcacld-3.0: Enable bazel compilation for moselle

Added changes to enable bazel compilation
for moselle

Change-Id: Id612b592ef409958c090c808fb86c01a23fe7c70
CRs-Fixed: 3657344


# fc8cd5b6 02-Nov-2023 Rakesh Pillai <quic_pillair@quicinc.com>

qcacld-3.0: Bazel changes to enable MARK_FIRST_WAKEUP_PACKET

Bazel changes to enable MARK_FIRST_WAKEUP_PACKET feature
for kiwi and peach targets.

Change-Id: I5cb594c722012659007ada96341c426086a99a7

qcacld-3.0: Bazel changes to enable MARK_FIRST_WAKEUP_PACKET

Bazel changes to enable MARK_FIRST_WAKEUP_PACKET feature
for kiwi and peach targets.

Change-Id: I5cb594c722012659007ada96341c426086a99a7e
CRs-Fixed: 3655359

show more ...


# f802c97d 20-Oct-2023 Alan Z. Chen <quic_alache@quicinc.com>

qcacld-3.0: Add new config flag CONFIG_MULTI_CHIP_SUPPORT

For targets that support multiple chipsets, symbols are getting
exported for all supported chipsets, causing wlan driver to
occasionally not

qcacld-3.0: Add new config flag CONFIG_MULTI_CHIP_SUPPORT

For targets that support multiple chipsets, symbols are getting
exported for all supported chipsets, causing wlan driver to
occasionally not load upon bootup. In order to not have symbols
exported for multiple chipsets, add new config flag
CONFIG_MULTI_CHIP_SUPPORT to disable exporting symbols for targets
that support multiple chipsets.

Change-Id: Ib022d05870353973b3e46dea96ce1c9f40d0ce91
CRs-Fixed: 3644898

show more ...


# 88ae2e53 13-Sep-2023 Mohammed Ahmed <quic_moah@quicinc.com>

qcacld-3.0: Define unexpected interface combo configs

Current code does not have certain Kconfig configs
defined, used to disable unexpected interface
combinations. Fix this by defining in Kconfig.

qcacld-3.0: Define unexpected interface combo configs

Current code does not have certain Kconfig configs
defined, used to disable unexpected interface
combinations. Fix this by defining in Kconfig.

Change-Id: I6289ce95df232b05d6c1ba406dca9ccf09df468d
CRs-Fixed: 3622374

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 ...


# f25e8c8d 15-Sep-2023 Aditya Kodukula <quic_akodukul@quicinc.com>

qcacld-3.0: Remove obsolete config flag from config_to_feature

The config flag CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS is no longer used,
so remove it from config_to_feature.h file.

CRs-Fixed: 3617925
C

qcacld-3.0: Remove obsolete config flag from config_to_feature

The config flag CONFIG_WLAN_TRACE_HIDE_MAC_ADDRESS is no longer used,
so remove it from config_to_feature.h file.

CRs-Fixed: 3617925
Change-Id: If275368573fbf50c8141b0dddfe80d502f1bb2e3

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


# b06fa33b 19-Jul-2023 Mohammed Ahmed <quic_moah@quicinc.com>

qcacld-3.0: Add peach target for bazel

Current wlan bazel implementation does
not support peach chipset.
Fix this by adding peach chipset support.

Change-Id: Ic3cffeebd030db928a4d427b5e3fb03f8e776d

qcacld-3.0: Add peach target for bazel

Current wlan bazel implementation does
not support peach chipset.
Fix this by adding peach chipset support.

Change-Id: Ic3cffeebd030db928a4d427b5e3fb03f8e776d4d
CRs-Fixed: 3590359

show more ...


# 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 ...


# ccf0a366 30-Aug-2023 Prasanna JS <quic_pjs@quicinc.com>

qcacld-3.0: Enable CONFIG_BCN_RATECODE_ENABLE for bazel

Enable CONFIG_BCN_RATECODE_ENABLE for bazel

Change-Id: I8a2fffbf792ed31b783eef4b96b78cadc172cfeb
CRs-Fixed: 3602345


# 76ec3a3f 31-Jul-2023 Mohammed Ahmed <quic_moah@quicinc.com>

qcacld-3.0: Additional Bazel config changes

Current code had an extra config set and a
config which didn't have its definition translation.
Fix this by removing config flag and adding definition
tra

qcacld-3.0: Additional Bazel config changes

Current code had an extra config set and a
config which didn't have its definition translation.
Fix this by removing config flag and adding definition
translation.

Change-Id: Idf4a04e1a4a3f6ba7d9553dfc6cc16a3472aed2f
CRs-Fixed: 3580352

show more ...


# d82b9641 24-Mar-2023 Aditya Kodukula <quic_akodukul@quicinc.com>

qcacld-3.0: Add sysfs replacement for set bitrates

Add a sysfs replacement for the deprecated WEXT commands
set11NRates, set11ACRates and set_11ax_rate.

Change-Id: I7823660f377d4d4aeb8df2d88b6a871b

qcacld-3.0: Add sysfs replacement for set bitrates

Add a sysfs replacement for the deprecated WEXT commands
set11NRates, set11ACRates and set_11ax_rate.

Change-Id: I7823660f377d4d4aeb8df2d88b6a871b9ec33ec2
CRs-Fixed: 3588225

show more ...


# a1ad9d77 18-Jul-2023 Aditya Kodukula <quic_akodukul@quicinc.com>

qcacld-3.0: Enable HIDE MAC Address feature in GKI builds

Enable WLAN_TRACE_HIDE_MAC_ADDRESS feature in GKI builds

Change-Id: I775e27bb97a77660baf6071064762d1080425760
CRs-Fixed: 3563924


# a30c4d43 31-Jul-2023 Mohammed Ahmed <quic_moah@quicinc.com>

qcacld-3.0: fix CONFIG_WLAN_WEXT_SUPPORT_ENABLE conditional

Current code sets CONFIG_WLAN_WEXT_SUPPORT_ENABLE when
CONFIG_WIRELESS_EXT is enabled.
Fix this by setting CONFIG_WLAN_WEXT_SUPPORT_ENABLE

qcacld-3.0: fix CONFIG_WLAN_WEXT_SUPPORT_ENABLE conditional

Current code sets CONFIG_WLAN_WEXT_SUPPORT_ENABLE when
CONFIG_WIRELESS_EXT is enabled.
Fix this by setting CONFIG_WLAN_WEXT_SUPPORT_ENABLE when
CONFIG_CFG80211_WEXT is set.

Change-Id: I5dca2f5892be2b68cce4b5ea99f17dd18a817e37
CRs-Fixed: 3576491

show more ...


# b4834eb7 27-Jun-2023 Mohammed Ahmed <quic_moah@quicinc.com>

qcacld-3.0: Additional bazel build fixes

Currently code is running into compilation
issues when building with bazel.

Change-Id: I458de9b971955bb64c06dd2541dd5d20c2c3d16c
CRs-Fixed: 3546637


# baf6433a 01-Jun-2023 Alan Chen <quic_alache@quicinc.com>

qcacld-3.0: Add additional bazel-related changes

Add additional bazel-related changes to resolve build errors.

Change-Id: I891556a81d217fded38915293aeea83a389d6782
CRs-Fixed: 3517415


# c818fbff 10-May-2023 Mohammed Ahmed <quic_moah@quicinc.com>

qcacld-3.0: Add missing configs to Kconfig

Currently Kconfig is missing configs, fix this by adding
missing config values.

Change-Id: I72e3ababd35281262302a3eaa91ec573fb613984
CRs-Fixed: 3495369


123