From 303fd0563d2858ffe513a963d150fde49ab67aef Mon Sep 17 00:00:00 2001 From: Aravind Kishore Sukla Date: Fri, 7 Jul 2023 17:53:24 +0530 Subject: [PATCH] qcacld-3.0: Update host version for feature set info Update host version for feature set info Change-Id: I0e3721335f95609dcb340bfcb52e114bc94efd40 CRs-Fixed: 3553221 --- core/wma/src/wma_main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/wma/src/wma_main.c b/core/wma/src/wma_main.c index 109aff8056..78974a34f6 100644 --- a/core/wma/src/wma_main.c +++ b/core/wma/src/wma_main.c @@ -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; } /**