Skip to content

Commit

Permalink
wifi: mac80211_hwsim: fix kernel-doc
Browse files Browse the repository at this point in the history
Some kernel-doc in the header file was mismatched, fix that.

Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240627104621.3b2dd62adb2c.I8a4c469b674e5eac737378a1ed2358b57d01613f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Johannes Berg committed Jun 28, 2024
1 parent 3f5d7ff commit 4314bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/wireless/virtual/mac80211_hwsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ enum hwsim_tx_rate_flags {
};

/**
* struct hwsim_tx_rate - rate selection/status
* struct hwsim_tx_rate_flag - rate selection/status
*
* @idx: rate index to attempt to send with
* @flags: the rate flags according to &enum hwsim_tx_rate_flags
Expand Down Expand Up @@ -295,7 +295,7 @@ enum hwsim_vqs {
};

/**
* enum hwsim_rate_info -- bitrate information.
* enum hwsim_rate_info_attributes - bitrate information.
*
* Information about a receiving or transmitting bitrate
* that can be mapped to struct rate_info
Expand Down

0 comments on commit 4314bb4

Please sign in to comment.