qcacld-3.0: Add additional HT Caps related INI Items to MLME CFG
Add the following HT Caps related INI/CFG items to MLME component. gShortPreamble, CFG_HT_AMPDU_PARAMS, CFG_EXT_HT_CAP_INFO, CFG_HT_INFO_FIELD, gEnableAMPDUPS and gMaxAmsduNum. Change-Id: I019961016a2f0e39c7c62066c04788d3bd3d37e7 CRs-Fixed: 2318579
This commit is contained in:

committed by
nshrivas

parent
56b4f86e48
commit
9b449ad2e1
@@ -177,6 +177,46 @@ QDF_STATUS wlan_mlme_set_ht_cap_info(struct wlan_objmgr_psoc *psoc,
|
||||
struct mlme_ht_capabilities_info
|
||||
ht_cap_info);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_max_amsdu_num() - get the max amsdu num
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: pointer to the value where the max_amsdu num is to be filled
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_get_max_amsdu_num(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_set_max_amsdu_num() - set the max amsdu num
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: value to be set for max_amsdu_num
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_set_max_amsdu_num(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_ht_mpdu_density() - get the ht mpdu density
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: pointer to the value where the ht mpdu density is to be filled
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_get_ht_mpdu_density(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_set_ht_mpdu_density() - set the ht mpdu density
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: value to be set for ht mpdu density
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_set_ht_mpdu_density(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_band_capability() - Get the Band capability config
|
||||
* @psoc: pointer to psoc object
|
||||
|
Reference in New Issue
Block a user