qcacmn: Add support for twice antenna gain param

Existing antenna gain command does not take odd antenna gain value that is
gains are not supported in steps of 0.5db. antenna_gain_half_db pdev
param provides this support. Added WMI and CDP changes to configure/read
this data.
CRs-Fixed: 2024854
Change-Id: I47da9eed74a1a0180cefb4c3f47bc4340da1bdfd
This commit is contained in:
Priyadarshnee S
2018-07-25 11:08:40 +05:30
committed by nshrivas
parent 87668f872b
commit 973bc0affa
4 changed files with 8 additions and 0 deletions

View File

@@ -1268,6 +1268,7 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_CBS_WAIT_TIME = 384,
OL_ATH_PARAM_CBS_REST_TIME = 385,
OL_ATH_PARAM_CBS_CSA = 386,
OL_ATH_PARAM_TWICE_ANTENNA_GAIN = 387,
};
/* Enumeration of PDEV Configuration parameter */