iwlwifi: fw: fix more kernel-doc warnings
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 31 Jan 2024 20:38:16 +0000 (21:38 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 2 Feb 2024 13:32:19 +0000 (14:32 +0100)
Fix some more kernel-doc warnings in FW API definitions.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Link: https://msgid.link/20240131213817.9f30c6529216.I69e98612c6c81cf1b7bd480d8041b5d3e25610d3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/fw/api/d3.h
drivers/net/wireless/intel/iwlwifi/fw/api/datapath.h
drivers/net/wireless/intel/iwlwifi/fw/api/debug.h
drivers/net/wireless/intel/iwlwifi/fw/api/location.h
drivers/net/wireless/intel/iwlwifi/fw/api/tx.h

index ea99d41040d2e17d4de0953ab4c52d48a6aaa18e..d2a74beed3a1c424b91129cb86e7c6b3afbb2572 100644 (file)
@@ -324,7 +324,7 @@ struct iwl_wowlan_patterns_cmd {
        u8 n_patterns;
 
        /**
-        * @n_patterns: sta_id
+        * @sta_id: sta_id
         */
        u8 sta_id;
 
index 751b596ea1a51be6155a08d8cd10dce11d4d79c8..0f7903c5a4dfea4022916f95cee8111550bfc774 100644 (file)
@@ -101,7 +101,7 @@ enum iwl_data_path_subcmd_ids {
        RX_NO_DATA_NOTIF = 0xF5,
 
        /**
-        * @THERMAL_DUAL_CHAIN_DISABLE_REQ: firmware request for SMPS mode,
+        * @THERMAL_DUAL_CHAIN_REQUEST: firmware request for SMPS mode,
         *      &struct iwl_thermal_dual_chain_request
         */
        THERMAL_DUAL_CHAIN_REQUEST = 0xF6,
index 798731ecbefde7f625d0cf00ef688f10281727be..a4b54488e0fcda1983c3686229541a1b7fc02268 100644 (file)
@@ -394,7 +394,7 @@ struct iwl_buf_alloc_cmd {
  *
  * @first_word: magic word value
  * @second_word: magic word value
- * @framfrags: DRAM fragmentaion detail
+ * @dram_frags: DRAM fragmentaion detail
 */
 struct iwl_dram_info {
        __le32 first_word;
index b044990c7b87646c6c0166e53a7c707a03eb6e16..25530a29317e87e22f3e5bf3f690ea0a08bd0d9a 100644 (file)
@@ -630,6 +630,7 @@ enum iwl_location_frame_format {
  * @IWL_LOCATION_BW_20MHZ: 20MHz
  * @IWL_LOCATION_BW_40MHZ: 40MHz
  * @IWL_LOCATION_BW_80MHZ: 80MHz
+ * @IWL_LOCATION_BW_160MHZ: 160MHz
  */
 enum iwl_location_bw {
        IWL_LOCATION_BW_20MHZ,
index 842360b1e995cd05148fab4ebbf6d99a726417b8..d9e4c75403b8a3b42c24b64c39e725bac4e53fb9 100644 (file)
@@ -76,6 +76,8 @@ enum iwl_tx_flags {
  *     to a secured STA
  * @IWL_TX_FLAGS_HIGH_PRI: high priority frame (like EAPOL) - can affect rate
  *     selection, retry limits and BT kill
+ * @IWL_TX_FLAGS_RTS: firmware used an RTS
+ * @IWL_TX_FLAGS_CTS: firmware used CTS-to-self
  */
 enum iwl_tx_cmd_flags {
        IWL_TX_FLAGS_CMD_RATE           = BIT(0),
@@ -884,6 +886,7 @@ struct iwl_tx_path_flush_cmd {
 
 /**
  * struct iwl_flush_queue_info - virtual flush queue info
+ * @tid: the tid to flush
  * @queue_num: virtual queue id
  * @read_before_flush: read pointer before flush
  * @read_after_flush: read pointer after flush
@@ -897,6 +900,7 @@ struct iwl_flush_queue_info {
 
 /**
  * struct iwl_tx_path_flush_cmd_rsp -- queue/FIFO flush command response
+ * @sta_id: the station for which the queue was flushed
  * @num_flushed_queues: number of queues in queues array
  * @queues: all flushed queues
  */