diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-05-15 09:38:37 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-05-23 10:19:39 +0200 |
commit | 1c26f09b20bafc92e0de80e84942be77d4d3c61e (patch) | |
tree | 49dffa2f3ac6f657935087e723c03fe0360f57c9 /include/net | |
parent | 3bb8dce41c023e39ec4d79a83742403b5064a276 (diff) |
wifi: radiotap: document ieee80211_get_radiotap_len() return value
Document the return value of ieee80211_get_radiotap_len() in
the proper kernel-doc format.
Link: https://msgid.link/20240515093852.143aadfdb094.I8795ec1e8cfd7106d58325fb514bae92625fb45c@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ieee80211_radiotap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ieee80211_radiotap.h b/include/net/ieee80211_radiotap.h index 925bac726a92..91762faecc13 100644 --- a/include/net/ieee80211_radiotap.h +++ b/include/net/ieee80211_radiotap.h @@ -582,6 +582,7 @@ enum ieee80211_radiotap_eht_usig_tb { /** * ieee80211_get_radiotap_len - get radiotap header length * @data: pointer to the header + * Return: the radiotap header length */ static inline u16 ieee80211_get_radiotap_len(const char *data) { |