Эх сурвалжийг харах

qcacld-3.0: Update host version for feature set info

Update host version for feature set info

Change-Id: I0e3721335f95609dcb340bfcb52e114bc94efd40
CRs-Fixed: 3553221
Aravind Kishore Sukla 1 жил өмнө
parent
commit
303fd0563d

+ 3 - 2
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;
 }
 
 /**