qcacmn: Add a per-radio command to fetch radio activity factor
This change Adds a per-radio command to calculate and fetch radio activity factor from the driver. Change-Id: I209a4d93889925b63969d36877127e2a72de25fe CRs-Fixed: 2266783
This commit is contained in:

committed by
nshrivas

parent
42b74848d1
commit
720e1983ff
@@ -1269,6 +1269,7 @@ enum _ol_ath_param_t {
|
|||||||
OL_ATH_PARAM_CBS_REST_TIME = 385,
|
OL_ATH_PARAM_CBS_REST_TIME = 385,
|
||||||
OL_ATH_PARAM_CBS_CSA = 386,
|
OL_ATH_PARAM_CBS_CSA = 386,
|
||||||
OL_ATH_PARAM_TWICE_ANTENNA_GAIN = 387,
|
OL_ATH_PARAM_TWICE_ANTENNA_GAIN = 387,
|
||||||
|
OL_ATH_PARAM_ACTIVITY_FACTOR = 388,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Enumeration of PDEV Configuration parameter */
|
/* Enumeration of PDEV Configuration parameter */
|
||||||
|
Reference in New Issue
Block a user