projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9dcc2
)
mac80211: add docs for ssn in struct tid_ampdu_tx
author
Johannes Berg
<johannes.berg@intel.com>
Mon, 29 Nov 2021 08:19:49 +0000
(09:19 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 29 Nov 2021 08:31:17 +0000
(09:31 +0100)
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>
net/mac80211/sta_info.h
patch
|
blob
|
history
diff --git
a/net/mac80211/sta_info.h
b/net/mac80211/sta_info.h
index e7443fc4669c8015914d67c53c18b4497ff0ab96..379fd367197f9e035504536a34ffc115b00d5b63 100644
(file)
--- 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.