qcacld-3.0: Add fixed FDD mode to btc_chain_mode
Previously when chains of BT and WLAN 2.4 GHz are separated, hybrid mode will be used for BTC. Now adding fixed FDD mode to fulfill different BTC scenarios. Change-Id: I3a4d6919319f0f66e6b816566f24f4ac11b2c669 CRs-Fixed: 3244045
This commit is contained in:

committed by
Madan Koyyalamudi

parent
1c9910e1b5
commit
a7fcc140bb
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2012 - 2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -349,7 +350,10 @@
|
||||
* only below values can be set:
|
||||
* 0 - init WLAN 2.4G to support 2x2.
|
||||
* It means chains of BT and WLAN 2.4G are shared, or BT is OFF.
|
||||
* 1 - init WLAN 2.4G as 1x1, chains of BT and WLAN 2.4G are separated.
|
||||
* 1 - init WLAN 2.4G as 1x1, chains of BT and WLAN 2.4G are separated,
|
||||
* fixed FDD.
|
||||
* 2 - init WLAN 2.4G as 1x1, chains of BT and WLAN 2.4G are separated,
|
||||
* hybrid mode
|
||||
* 0xFF - no need to send init chain mode for BTC to firmware.
|
||||
*
|
||||
* Supported Feature: init chain mode for BTC
|
||||
|
Reference in New Issue
Block a user