11/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
22/*
3- * Copyright (C) 2005-2014, 2023-2024 Intel Corporation
3+ * Copyright (C) 2005-2014, 2023-2025 Intel Corporation
44 */
55/*
66 * Please use this file (commands.h) only for uCode API definitions.
@@ -614,7 +614,7 @@ struct iwl_rxon_time_cmd {
614614 * REPLY_CHANNEL_SWITCH = 0x72 (command, has simple generic response)
615615 */
616616/**
617- * struct iwl5000_channel_switch_cmd
617+ * struct iwl5000_channel_switch_cmd - channel switch command (5000 series)
618618 * @band: 0- 5.2GHz, 1- 2.4GHz
619619 * @expect_beacon: 0- resume transmits after channel switch
620620 * 1- wait for beacon to resume transmits
@@ -635,7 +635,7 @@ struct iwl5000_channel_switch_cmd {
635635} __packed ;
636636
637637/**
638- * struct iwl6000_channel_switch_cmd
638+ * struct iwl6000_channel_switch_cmd - channel switch command (6000 series)
639639 * @band: 0- 5.2GHz, 1- 2.4GHz
640640 * @expect_beacon: 0- resume transmits after channel switch
641641 * 1- wait for beacon to resume transmits
@@ -791,7 +791,7 @@ struct iwl_keyinfo {
791791} __packed ;
792792
793793/**
794- * struct sta_id_modify
794+ * struct sta_id_modify - station modify command
795795 * @addr: station's MAC address
796796 * @reserved1: reserved for alignment
797797 * @sta_id: index of station in uCode's station table
@@ -2026,7 +2026,7 @@ struct iwl_spectrum_notification {
20262026 u8 channel ;
20272027 u8 type ; /* see enum iwl_measurement_type */
20282028 u8 reserved1 ;
2029- /* NOTE: cca_ofdm, cca_cck, basic_type, and histogram are only only
2029+ /* NOTE: cca_ofdm, cca_cck, basic_type, and histogram are only
20302030 * valid if applicable for measurement type requested. */
20312031 __le32 cca_ofdm ; /* cca fraction time in 40Mhz clock periods */
20322032 __le32 cca_cck ; /* cca fraction time in 44Mhz clock periods */
@@ -2992,7 +2992,7 @@ struct iwl_missed_beacon_notif {
29922992#define SENSITIVITY_CMD_CONTROL_WORK_TABLE cpu_to_le16(1)
29932993
29942994/**
2995- * struct iwl_sensitivity_cmd
2995+ * struct iwl_sensitivity_cmd - sensitivity configuration command
29962996 * @control: (1) updates working table, (0) updates default table
29972997 * @table: energy threshold values, use HD_* as index into table
29982998 *
@@ -3848,7 +3848,7 @@ struct iwlagn_wowlan_status {
38483848#define IWL_MIN_SLOT_TIME 20
38493849
38503850/**
3851- * struct iwl_wipan_slot
3851+ * struct iwl_wipan_slot - WiPAN slot configuration
38523852 * @width: Time in TU
38533853 * @type:
38543854 * 0 - BSS
@@ -3868,7 +3868,7 @@ struct iwl_wipan_slot {
38683868#define IWL_WIPAN_PARAMS_FLG_FULL_SLOTTED_MODE BIT(5)
38693869
38703870/**
3871- * struct iwl_wipan_params_cmd
3871+ * struct iwl_wipan_params_cmd - WiPAN parameters
38723872 * @flags:
38733873 * bit0: reserved
38743874 * bit1: CP leave channel with CTS
0 commit comments