diff options
author | Johannes Berg <johannes.berg@intel.com> | 2024-02-06 13:45:55 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2024-02-08 15:00:44 +0100 |
commit | 03145a1d5d38eb1fe79d3bc01d37bf4f28076796 (patch) | |
tree | f4e0fed428206decc7d810650bb26b1297fc4930 /net/mac80211 | |
parent | 91cdcbbcde1092da5225cfb05c88961658a34353 (diff) | |
download | linux-03145a1d5d38eb1fe79d3bc01d37bf4f28076796.tar.gz linux-03145a1d5d38eb1fe79d3bc01d37bf4f28076796.tar.bz2 linux-03145a1d5d38eb1fe79d3bc01d37bf4f28076796.zip |
wifi: mac80211: add missing kernel-doc for fast_tx_check
This was added earlier, add kernel-doc for it.
Link: https://msgid.link/20240206134555.6354b0ac8610.Ib90d3651834c556b73697388f59bd396a1f6f9b0@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/mesh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index ad8469293d71..d913ce7ba72e 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2008, 2009 open80211s Ltd. - * Copyright (C) 2023 Intel Corporation + * Copyright (C) 2023-2024 Intel Corporation * Authors: Luis Carlos Cobo <luisca@cozybit.com> * Javier Cardona <javier@cozybit.com> */ @@ -94,6 +94,7 @@ enum mesh_deferred_task_flags { * @is_root: the destination station of this path is a root node * @is_gate: the destination station of this path is a mesh gate * @path_change_count: the number of path changes to destination + * @fast_tx_check: timestamp of last fast-xmit enable attempt * * * The dst address is unique in the mesh path table. Since the mesh_path is |