qcacld-3.0: Add ini params for three antenna BTC mode

Add below ini parameters for three antenna BTC mode and send
them to firmware using WMI command WMI_COEX_CONFIG_CMDID.
1. gSetBTCMode
2. gSetAntennaIsolation
3. gSetMaxTxPowerForBTC
4. gSetWlanLowRssiThreshold
5. gSetBtLowRssiThreshold
6. gSetBtInterferenceLowLL
7. gSetBtInterferenceLowUL
8. gSetBtInterferenceMediumLL
9. gSetBtInterferenceMediumUL
10. gSetBtInterferenceHighLL
11. gSetBtInterferenceHighUL

Change-Id: I69030b6e80ee99912e2f3baced883894d18db0b6
CRs-Fixed: 2298652
这个提交包含在:
Dundi Raviteja
2018-09-12 13:42:50 +05:30
提交者 nshrivas
父节点 54ec6bfc8a
当前提交 3b63709be9
修改 11 个文件,包含 504 行新增5 行删除

查看文件

@@ -23,7 +23,10 @@
#include "cfg_converged.h"
#include "qdf_types.h"
#define CFG_FWOL_ALL
#include "cfg_coex.h"
#define CFG_FWOL_ALL \
CFG_COEX_ALL
#endif /* __CFG_FWOL_H */