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
c6d29989
Commit
c6d29989
authored
5 years ago
by
Linux Build Service Account
Browse files
Options
Downloads
Plain Diff
Merge
741f9d4b
on remote branch
Change-Id: I4091e768711bde5cb316e45474b2a6b8f1eb2f26
parents
794c86a0
741f9d4b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kona/WCNSS_qcom_cfg.ini
+6
-0
6 additions, 0 deletions
kona/WCNSS_qcom_cfg.ini
sm6150_au/wlan.mk
+5
-6
5 additions, 6 deletions
sm6150_au/wlan.mk
with
11 additions
and
6 deletions
kona/WCNSS_qcom_cfg.ini
+
6
−
0
View file @
c6d29989
...
...
@@ -304,6 +304,12 @@ gIPAHighBandwidthMbps=800
# 0 - disable, 1 - enable(default)
wlm_latency_enable
=
1
# This ini is used to give higher priority for 5g scc than dbs.
# It is bitmap per enum policy_mgr_con_mode.
# For example in GO+STA(5G) mode, when TPUT is onfigured as wlan system
# preference option, If 5G SCC needs higher priority than dbs, set it as 8.
g_prefer_5g_scc_to_dbs
=
8
END
# Note: Configuration parser would not read anything past the END marker
...
...
This diff is collapsed.
Click to expand it.
sm6150_au/wlan.mk
+
5
−
6
View file @
c6d29989
...
...
@@ -6,13 +6,11 @@ PRODUCT_PACKAGES += \
wificond
\
wifilogd
#PRODUCT_COPY_FILES += \
# device/qcom/wlan/sm6150_au/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf \
# device/qcom/wlan/sm6150_au/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
PRODUCT_COPY_FILES
+=
\
frameworks/native/data/etc/android.hardware.wifi.aware.xml:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/permissions/android.hardware.wifi.aware.xml
\
frameworks/native/data/etc/android.hardware.wifi.rtt.xml:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/permissions/android.hardware.wifi.rtt.xml
\
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:
$(
TARGET_COPY_OUT_VENDOR
)
/etc/permissions/android.hardware.wifi.passpoint.xml
# Enable STA+SAP+P2P
#WIFI_HIDL_FEATURE_DUAL_INTERFACE := true
#QC_WIFI_HIDL_FEATURE_STA_SAP_P2P := true
######## For multiple ko support ########
...
...
@@ -43,6 +41,7 @@ endif
ifeq
($(TARGET_USES_AOSP_FOR_WLAN), true)
# Pure AOSP: Use pre-defined interface combinations with STA+SAP support
WIFI_HIDL_FEATURE_DUAL_INTERFACE
:=
true
WIFI_HIDL_FEATURE_AWARE
:=
true
else
# Value-added AOSP: STA + SAP + P2P or NAN
WIFI_HAL_INTERFACE_COMBINATIONS
:=
{{{
STA
}
, 1
}
,
{{
AP
}
, 1
}
,
{{
P2P, NAN
}
, 1
}}
...
...
This diff is collapsed.
Click to expand it.
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