diff options
author | Johannes Berg <johannes.berg@intel.com> | 2021-11-29 09:19:49 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2021-11-29 09:31:17 +0100 |
commit | af9d3a2984dc3501acd612c657127517a1beaf9d (patch) | |
tree | 078dc2544d47e2d6ecb42d820b35389406d2d52d /net/mac80211 | |
parent | 8f9dcc29566626f683843ccac6113a12208315ca (diff) |
mac80211: add docs for ssn in struct tid_ampdu_tx
As pointed out by Stephen, add the missing docs.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20211129091948.1327ec82beab.Iecc5975406a3028d35c65ff8d2dec31a693888d3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index e7443fc4669c..379fd367197f 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -176,6 +176,7 @@ struct sta_info; * @failed_bar_ssn: ssn of the last failed BAR tx attempt * @bar_pending: BAR needs to be re-sent * @amsdu: support A-MSDU withing A-MDPU + * @ssn: starting sequence number of the session * * This structure's lifetime is managed by RCU, assignments to * the array holding it must hold the aggregation mutex. |