qcacmn: Add command support for UL PPDU duration

Add the WMI PDEV param 'wmi_pdev_param_ul_ppdu_duration' to
add command support to modify the UL PPDU duration.

Change-Id: If2f8ef02d4f992d91fa745599d5c08b1dfccceca
CRs-fixed: 2393139
This commit is contained in:
Rhythm Patwa
2019-02-04 17:29:49 -08:00
committed by nshrivas
parent a6c50bd74e
commit 14b2e1c89b
3 changed files with 5 additions and 0 deletions

View File

@@ -1567,6 +1567,7 @@ enum _ol_ath_param_t {
OL_ATH_PARAM_BW_REDUCE = 400,
/* Enable/disable Spatial Reuse */
OL_ATH_PARAM_HE_SR = 401,
OL_ATH_PARAM_HE_UL_PPDU_DURATION = 402,
};
/* Enumeration of PDEV Configuration parameter */