qcacld-3.0: Dynamic ratemask update
Add support for dynamic ratemask update. Change-Id: I9aede4bdcd399af6c8e827f813016df63d7b8ab1 CRs-Fixed: 3112489
This commit is contained in:

committed by
Madan Koyyalamudi

parent
cf785f08ab
commit
0a8f7d7347
@@ -3433,4 +3433,18 @@ wlan_mlme_get_tx_retry_multiplier(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_channel_bonding_5ghz(struct wlan_objmgr_psoc *psoc,
|
||||
uint32_t *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_update_ratemask_params() - Update ratemask params
|
||||
*
|
||||
* @vdev: pointer to vdev object
|
||||
* @num_ratemask: number of rate masks
|
||||
* @rate_params: pointer to ratemask structure
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
wlan_mlme_update_ratemask_params(struct wlan_objmgr_vdev *vdev,
|
||||
uint8_t num_ratemask,
|
||||
struct config_ratemask_params *rate_params);
|
||||
#endif /* _WLAN_MLME_API_H_ */
|
||||
|
Reference in New Issue
Block a user