Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wlan
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
vendor
qcom
wlan
Commits
776e9911
Commit
776e9911
authored
4 years ago
by
CNSS_WLAN Service
Committed by
Gerrit - the friendly Code Review server
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge "wlan: enable pktlog for QCN7605" into wlan-service.lnx.5.0
parents
86226c49
b654bb64
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
msmnile_au/wlan.mk
+1
-1
1 addition, 1 deletion
msmnile_au/wlan.mk
sdmshrike_au/wlan.mk
+1
-1
1 addition, 1 deletion
sdmshrike_au/wlan.mk
sm6150_au/wlan.mk
+1
-1
1 addition, 1 deletion
sm6150_au/wlan.mk
with
3 additions
and
3 deletions
msmnile_au/wlan.mk
+
1
−
1
View file @
776e9911
...
@@ -52,4 +52,4 @@ endif
...
@@ -52,4 +52,4 @@ endif
# (<wlan_chip> is from $TARGET_WLAN_CHIP).
# (<wlan_chip> is from $TARGET_WLAN_CHIP).
# WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
# WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
WLAN_CFG_OVERRIDE_qca6390
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
WLAN_CFG_OVERRIDE_qca6390
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
WLAN_CFG_OVERRIDE_qcn7605
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
CONFIG_FW_THERMAL_THROTTLE
=
y
CONFIG_TARGET_11D_SCAN
=
y
WLAN_CFG_OVERRIDE_qcn7605
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
CONFIG_FW_THERMAL_THROTTLE
=
y
CONFIG_TARGET_11D_SCAN
=
y
CONFIG_REMOVE_PKT_LOG
=
n
CONFIG_WDI_EVENT_ENABLE
=
y
CONFIG_PKTLOG_LEGACY
=
y
CONFIG_PKTLOG_HAS_SPECIFIC_DATA
=
y
This diff is collapsed.
Click to expand it.
sdmshrike_au/wlan.mk
+
1
−
1
View file @
776e9911
...
@@ -51,4 +51,4 @@ endif
...
@@ -51,4 +51,4 @@ endif
# To disable WLAN_CFG_1/WLAN_CFG_3 and enable WLAN_CFG_2 for <wlan_chip>
# To disable WLAN_CFG_1/WLAN_CFG_3 and enable WLAN_CFG_2 for <wlan_chip>
# (<wlan_chip> is from $TARGET_WLAN_CHIP).
# (<wlan_chip> is from $TARGET_WLAN_CHIP).
# WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
# WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
WLAN_CFG_OVERRIDE_qcn7605
:=
CONFIG_FW_THERMAL_THROTTLE
=
y
CONFIG_TARGET_11D_SCAN
=
y
WLAN_CFG_OVERRIDE_qcn7605
:=
CONFIG_FW_THERMAL_THROTTLE
=
y
CONFIG_TARGET_11D_SCAN
=
y
CONFIG_REMOVE_PKT_LOG
=
n
CONFIG_WDI_EVENT_ENABLE
=
y
CONFIG_PKTLOG_LEGACY
=
y
CONFIG_PKTLOG_HAS_SPECIFIC_DATA
=
y
This diff is collapsed.
Click to expand it.
sm6150_au/wlan.mk
+
1
−
1
View file @
776e9911
...
@@ -53,4 +53,4 @@ endif
...
@@ -53,4 +53,4 @@ endif
# (<wlan_chip> is from $TARGET_WLAN_CHIP).
# (<wlan_chip> is from $TARGET_WLAN_CHIP).
# WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
# WLAN_CFG_OVERRIDE_<wlan_chip> := WLAN_CFG_1=n WLAN_CFG_2=y WLAN_CFG_3=n
WLAN_CFG_OVERRIDE_qca6390
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
WLAN_CFG_OVERRIDE_qca6390
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
WLAN_CFG_OVERRIDE_qcn7605
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
CONFIG_FW_THERMAL_THROTTLE
=
y
CONFIG_IPA_DISABLE_OVERRIDE
=
y
CONFIG_TARGET_11D_SCAN
=
y
WLAN_CFG_OVERRIDE_qcn7605
:=
CONFIG_FEATURE_COEX
=
y
CONFIG_QCACLD_FEATURE_BTC_CHAIN_MODE
=
y
CONFIG_FW_THERMAL_THROTTLE
=
y
CONFIG_IPA_DISABLE_OVERRIDE
=
y
CONFIG_TARGET_11D_SCAN
=
y
CONFIG_REMOVE_PKT_LOG
=
n
CONFIG_WDI_EVENT_ENABLE
=
y
CONFIG_PKTLOG_LEGACY
=
y
CONFIG_PKTLOG_HAS_SPECIFIC_DATA
=
y
This diff is collapsed.
Click to expand it.
CodeLinaro
@codelinaro
mentioned in commit
23670408
·
9 months ago
mentioned in commit
23670408
mentioned in commit 23670408e3d32649d05cbd15738aefac80783b65
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment