Skip to content
Snippets Groups Projects
Commit 317cac82 authored by Jianmin Zhu's avatar Jianmin Zhu Committed by Gerrit - the friendly Code Review server
Browse files

GENOA: Disable btm offload by default

Btm offload is coupled with LFR3 in firmware, LFR3 is
disabled in Genoa firmware to save memory, btm offload can't
work either.

Change-Id: I65ee916482d2d7724ac3c9928ed2bdc3515b3636
CRs-Fixed: 2621354
parent 405ec8b1
No related branches found
No related tags found
No related merge requests found
......@@ -216,6 +216,12 @@ gEnableFastRoamInConcurrency=1
#Enable/Disable PER based roaming
gper_roam_enabled=0
#11v bss transition management offload
#
# Bit 0: Enable/Disable the BTM offload. Set this to 1 will
# enable and 0 will disable BTM offload.
btm_offload_config=0
#Maxium Channel time in msec
gMaxMediumTime = 6000
......
......@@ -216,6 +216,11 @@ gEnableFastRoamInConcurrency=1
#Enable/Disable PER based roaming
gper_roam_enabled=0
#11v bss transition management offload
# Bit 0: Enable/Disable the BTM offload. Set this to 1 will
# enable and 0 will disable BTM offload.
btm_offload_config=0
#Maxium Channel time in msec
gMaxMediumTime = 6000
......
......@@ -216,6 +216,11 @@ gEnableFastRoamInConcurrency=1
#Enable/Disable PER based roaming
gper_roam_enabled=0
#11v bss transition management offload
# Bit 0: Enable/Disable the BTM offload. Set this to 1 will
# enable and 0 will disable BTM offload.
btm_offload_config=0
#Maxium Channel time in msec
gMaxMediumTime = 6000
......
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