qcacld-3.0: Update host version for feature set info

Update host version for feature set info

Change-Id: I0e3721335f95609dcb340bfcb52e114bc94efd40
CRs-Fixed: 3553221
This commit is contained in:
Aravind Kishore Sukla
2023-07-07 17:53:24 +05:30
committed by Rahul Choudhary
orang tua 31cabbcf22
melakukan 303fd0563d

Melihat File

@@ -335,14 +335,15 @@ wma_get_concurrency_support(struct wlan_objmgr_psoc *psoc)
* Version 1 - Base feature version
* Version 2 - WMI_HOST_VENDOR1_REQ1_VERSION_3_30 updated.
* Version 3 - min sleep period for TWT and Scheduled PM in FW updated
* Version 4 - WMI_HOST_VENDOR1_REQ1_VERSION_3_40 updated.
* Version 4 - WMI_HOST_VENDOR1_REQ1_VERSION_3_40 updated.
* Version 5 - INI based 11BE support updated
* Version 6 - sta dump info updated
*
* Return: None
*/
static void wma_update_set_feature_version(struct target_feature_set *fs)
{
fs->feature_set_version = 5;
fs->feature_set_version = 6;
}
/**