summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaul Triebitz <shaul.triebitz@intel.com>2024-02-07 22:26:09 +0000
committeriwlwifi publisher <>2024-04-17 12:47:23 +0000
commitbc8126231b1fb44e742c3a6504653c531a27813d (patch)
treeb0bc1bbee828b39bc2b169b87721c67632c7279f
parentb496847950f2acbe0cf154eeca68d0a6b419afa9 (diff)
downloadbackport-iwlwifi-bc8126231b1fb44e742c3a6504653c531a27813d.tar.gz
[BUGFIX] wifi: iwlwifi: fix firmware API kernel doc
Fix the comment of the associated struct of the wowlan info notification. type=bugfix fixes=unknown ticket=none Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com> Change-Id: I83fa1cdc39f74ad2aacf75c2c14412eeaf93e787 Reviewed-on: https://gerritwcs.ir.intel.com/c/iwlwifi-stack-dev/+/93432 automatic-review: iil_jenkins iil_jenkins <EC.GER.UNIX.IIL.JENKINS@INTEL.COM> tested: iil_jenkins iil_jenkins <EC.GER.UNIX.IIL.JENKINS@INTEL.COM> Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com> x-iwlwifi-stack-dev: c2d2f10a367ee2ff51469304f5acc64868512524
-rw-r--r--drivers/net/wireless/intel/iwlwifi/fw/api/offload.h4
-rw-r--r--versions2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/offload.h b/drivers/net/wireless/intel/iwlwifi/fw/api/offload.h
index 2d2b9c8c36..2ed7acc09e 100644
--- a/drivers/net/wireless/intel/iwlwifi/fw/api/offload.h
+++ b/drivers/net/wireless/intel/iwlwifi/fw/api/offload.h
@@ -3,7 +3,7 @@
* Copyright (C) 2012-2014 Intel Corporation
* Copyright (C) 2013-2015 Intel Mobile Communications GmbH
* Copyright (C) 2016-2017 Intel Deutschland GmbH
- * Copyright (C) 2021-2023 Intel Corporation
+ * Copyright (C) 2021-2024 Intel Corporation
*/
#ifndef __iwl_fw_api_offload_h__
#define __iwl_fw_api_offload_h__
@@ -20,7 +20,7 @@ enum iwl_prot_offload_subcmd_ids {
/**
* @WOWLAN_INFO_NOTIFICATION: Notification in
* &struct iwl_wowlan_info_notif_v1, &struct iwl_wowlan_info_notif_v2,
- * or iwl_wowlan_info_notif
+ * or &struct iwl_wowlan_info_notif
*/
WOWLAN_INFO_NOTIFICATION = 0xFD,
diff --git a/versions b/versions
index 5d53a52715..feda2a1016 100644
--- a/versions
+++ b/versions
@@ -2,4 +2,4 @@ BACKPORTS_VERSION="(see git)"
BACKPORTED_KERNEL_VERSION="(see git)"
BACKPORTED_KERNEL_NAME="iwlwifi"
BACKPORTS_BUILD_TSTAMP=__DATE__ \" \" __TIME__
-BACKPORTS_GIT_TRACKED="iwlwifi-stack-public:master:11886:3d68a17c"
+BACKPORTS_GIT_TRACKED="iwlwifi-stack-public:master:11887:c2d2f10a"