qcacld-3.0: Disable legacy rates in 6 GHz frequency band
Disable 11a support on 6 GHz band and change default rate of 6 GHz frequency band by using WMI_PDEV_PARAM_DEFAULT_6GHZ_RATE. Change-Id: I2db2dd54c03cf71e1b697796fa3dc58d2646a8b5 CRs-Fixed: 3251997
This commit is contained in:

committed by
Madan Koyyalamudi

parent
97805163c9
commit
5d328ac791
@@ -2828,6 +2828,18 @@ QDF_STATUS
|
||||
wlan_mlme_get_mgmt_max_retry(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *max_retry);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_mgmt_6ghz_rate_support() - Get status of HE rates for
|
||||
* 6GHz mgmt frames
|
||||
* @psoc: pointer to psoc object
|
||||
* @enable_he_mcs0_for_6ghz_mgmt: pointer to check for HE rates support
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_mgmt_6ghz_rate_support(struct wlan_objmgr_psoc *psoc,
|
||||
bool *enable_he_mcs0_for_6ghz_mgmt);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_status_ring_buffer() - Get the
|
||||
* status of ring buffer
|
||||
|
Reference in New Issue
Block a user