]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: api: clean up/fix some kernel-doc references
authorJohannes Berg <johannes.berg@intel.com>
Fri, 15 May 2026 12:09:45 +0000 (15:09 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:12 +0000 (15:17 +0300)
Some of these structs just don't exist (any more), or other
versions should be referenced, clean that up.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20260515150751.1e65dc357cbf.I454805593324e51ff71ec5e6bac83aa6dace5383@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/commands.h
drivers/net/wireless/intel/iwlwifi/fw/api/location.h

index 24bac3f00310b5ba80b97a4070a5551c8c55e233..abd259350589576aa1131f8f9ec8edbcdcde52cd 100644 (file)
@@ -57,8 +57,7 @@ enum iwl_legacy_cmds {
        /**
         * @UCODE_ALIVE_NTFY:
         * Alive data from the firmware, as described in
-        * &struct iwl_alive_ntf_v3 or &struct iwl_alive_ntf_v4 or
-        * &struct iwl_alive_ntf_v5 or &struct iwl_alive_ntf_v7.
+        * &struct iwl_alive_ntf_v3 or &struct iwl_alive_ntf_v7.
         */
        UCODE_ALIVE_NTFY = 0x1,
 
@@ -384,7 +383,7 @@ enum iwl_legacy_cmds {
         * @STATISTICS_NOTIFICATION:
         * one of &struct iwl_notif_statistics_v10,
         * &struct iwl_notif_statistics_v11,
-        * &struct iwl_notif_statistic,
+        * &struct iwl_notif_statistics,
         * &struct iwl_statistics_operational_ntfy_ver_14
         * &struct iwl_statistics_operational_ntfy
         */
@@ -558,7 +557,7 @@ enum iwl_legacy_cmds {
        WOWLAN_CONFIGURATION = 0xe1,
 
        /**
-        * @WOWLAN_TSC_RSC_PARAM: &struct iwl_wowlan_rsc_tsc_params_cmd_v4,
+        * @WOWLAN_TSC_RSC_PARAM: &struct iwl_wowlan_rsc_tsc_params_cmd_ver_2,
         *      &struct iwl_wowlan_rsc_tsc_params_cmd
         */
        WOWLAN_TSC_RSC_PARAM = 0xe2,
index 2ee3a48aa5dfed11903b422947dc378dcb7f5517..d3f774ffacde9b78ee3a0e619076a338043f21b8 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2015-2017 Intel Deutschland GmbH
  * Copyright (C) 2018-2022 Intel Corporation
- * Copyright (C) 2024-2025 Intel Corporation
+ * Copyright (C) 2024-2026 Intel Corporation
  */
 #ifndef __iwl_fw_api_location_h__
 #define __iwl_fw_api_location_h__
@@ -81,8 +81,9 @@ enum iwl_location_subcmd_ids {
         * @TOF_RANGE_RESPONSE_NOTIF: ranging response, using one of
         *      &struct iwl_tof_range_rsp_ntfy_v5,
         *      &struct iwl_tof_range_rsp_ntfy_v6,
-        *      &struct iwl_tof_range_rsp_ntfy_v7 or
-        *      &struct iwl_tof_range_rsp_ntfy_v8
+        *      &struct iwl_tof_range_rsp_ntfy_v7,
+        *      &struct iwl_tof_range_rsp_ntfy_v9 or
+        *      &struct iwl_tof_range_rsp_ntfy
         */
        TOF_RANGE_RESPONSE_NOTIF = 0xFF,
 };