Преглед изворни кода

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 пре 1 година
родитељ
комит
a8025d59a7
1 измењених фајлова са 3 додато и 2 уклоњено
  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;
 }
 
 /**