Skip to content
Snippets Groups Projects
Commit 21255272 authored by bings's avatar bings
Browse files

kona: ini: Prefer 5G SCC to DBS for STA + GO

Set g_prefer_5g_scc_to_dbs as 8 to prefer 5G SCC to DBS for
GO + STA(5G) mode

Change-Id: Ia8b337677f67e124773ed89ef8682bf4f711d971
CRs-Fixed: 2593074
parent 82b31d6b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment