|
@@ -335,13 +335,14 @@ 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
|
|
|
- * Version4 - 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
|
|
|
*
|
|
|
* Return: None
|
|
|
*/
|
|
|
static void wma_update_set_feature_version(struct target_feature_set *fs)
|
|
|
{
|
|
|
- fs->feature_set_version = 4;
|
|
|
+ fs->feature_set_version = 5;
|
|
|
}
|
|
|
|
|
|
/**
|