Commit 4314bb46 authored by Johannes Berg's avatar Johannes Berg

wifi: mac80211_hwsim: fix kernel-doc

Some kernel-doc in the header file was mismatched, fix that.
Reviewed-by: default avatarMiriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20240627104621.3b2dd62adb2c.I8a4c469b674e5eac737378a1ed2358b57d01613f@changeidSigned-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 3f5d7ff7
......@@ -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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment