wifi: iwlwifi: mvm: fix rs.h kernel-doc
authorJohannes Berg <johannes.berg@intel.com>
Tue, 25 Jun 2024 16:51:23 +0000 (19:51 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 26 Jun 2024 08:35:15 +0000 (10:35 +0200)
Some things are mislabeled here, fix that.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240625194805.baa3bd60c8f8.Ibc4886f7fe696d57991689cc2885cde5cecc8f90@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/rs.h

index 20b9fa7..ea81cb2 100644 (file)
@@ -198,11 +198,12 @@ struct rs_rate {
 /**
  * struct iwl_lq_sta_rs_fw - rate and related statistics for RS in FW
  * @last_rate_n_flags: last rate reported by FW
+ * @pers: persistent fields
  * @pers.sta_id: the id of the station
- * @chains: bitmask of chains reported in %chain_signal
- * @chain_signal: per chain signal strength
- * @last_rssi: last rssi reported
- * @drv: pointer back to the driver data
+ * @pers.chains: bitmask of chains reported in %chain_signal
+ * @pers.chain_signal: per chain signal strength
+ * @pers.last_rssi: last rssi reported
+ * @pers.drv: pointer back to the driver data
  */
 struct iwl_lq_sta_rs_fw {
        /* last tx rate_n_flags */
@@ -213,11 +214,11 @@ struct iwl_lq_sta_rs_fw {
                u32 sta_id;
 #ifdef CONFIG_MAC80211_DEBUGFS
                /**
-                * @dbg_fixed_rate: for debug, use fixed rate if not 0
+                * @pers.dbg_fixed_rate: for debug, use fixed rate if not 0
                 */
                u32 dbg_fixed_rate;
                /**
-                * @dbg_agg_frame_count_lim: for debug, max number of
+                * @pers.dbg_agg_frame_count_lim: for debug, max number of
                 *      frames in A-MPDU
                 */
                u16 dbg_agg_frame_count_lim;