diff options
author | Johannes Berg <johannes.berg@intel.com> | 2020-09-28 14:51:30 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-09-28 15:36:53 +0300 |
commit | 21439b652b90600eaf0c4d8e15cb96b3bdb95212 (patch) | |
tree | e4ea40e54b50dcf2412046f0dba8d46719be0fd9 /net/mac80211/mesh_plink.c | |
parent | 735b2673941ec22ae866216db32bb553fec42aeb (diff) | |
download | linux-21439b652b90600eaf0c4d8e15cb96b3bdb95212.tar.xz |
mac80211: fix some more kernel-doc in mesh
Add a few more missing kernel-doc annotations in mesh code.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://lore.kernel.org/r/20200928135129.6409460c28b7.I43657d0b70398723e59e4e724f56af88af0fec7e@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/mesh_plink.c')
-rw-r--r-- | net/mac80211/mesh_plink.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index 15f2fc658f70..aca26df7587d 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -144,6 +144,7 @@ out: /** * mesh_set_ht_prot_mode - set correct HT protection mode + * @sdata: the (mesh) interface to handle * * Section 9.23.3.5 of IEEE 80211-2012 describes the protection rules for HT * mesh STA in a MBSS. Three HT protection modes are supported for now, non-HT |