mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
wifi: mac80211_hwsim: fix kernel-doc
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>
This commit is contained in:
parent
3f5d7ff7c5
commit
4314bb46cb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user