qcacld-3.0: Update HE capabilities in wiphy structure

Update the mac, phy, mcs, nss caps of bands
2.4ghz, and 5ghz for HE capabilities in the
wiphy structure to inform userspace about
the driver capability.

Change-Id: I9fb1233e5396bf3ea411c057af9cbcd5b358271c
CRs-Fixed: 2486266
This commit is contained in:
gaurank kathpalia
2019-08-13 11:51:27 +05:30
committed by nshrivas
parent 620027937f
commit ccfca4a11e
6 changed files with 147 additions and 9 deletions

View File

@@ -822,6 +822,16 @@ QDF_STATUS wlan_mlme_cfg_get_he_ul_mumimo(struct wlan_objmgr_psoc *psoc,
QDF_STATUS wlan_mlme_cfg_set_he_ul_mumimo(struct wlan_objmgr_psoc *psoc,
uint32_t value);
/**
* mlme_cfg_get_he_caps() - Get the HE capability info
* @psoc: pointer to psoc object
* @he_cap: Caps that needs to be filled.
*
* Return: QDF Status
*/
QDF_STATUS mlme_cfg_get_he_caps(struct wlan_objmgr_psoc *psoc,
tDot11fIEhe_cap *he_cap);
/**
* wlan_mlme_cfg_get_enable_ul_mimo() - Get the HE Ul mimo
* @psoc: pointer to psoc object