Quellcode durchsuchen

qcacld-3.0: Update the feature set version

Host driver added the support for 11BE based on the INI, this change
impacts the feature set information.
Since there is an impact on featureset information so with this
change update the featureset information as well.

Change-Id: I4318bc5f9745cd8f29b917c4e20a40841ce519d0
CRs-Fixed: 3500746
Ashish Kumar Dhanotiya vor 1 Jahr
Ursprung
Commit
a8025d59a7
1 geänderte Dateien mit 3 neuen und 2 gelöschten Zeilen
  1. 3 2
      core/wma/src/wma_main.c

+ 3 - 2
core/wma/src/wma_main.c

@@ -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;
 }
 
 /**