Skip to content

Commit af9d3a2

Browse files
committed
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>
1 parent 8f9dcc2 commit af9d3a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

net/mac80211/sta_info.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ struct sta_info;
176176
* @failed_bar_ssn: ssn of the last failed BAR tx attempt
177177
* @bar_pending: BAR needs to be re-sent
178178
* @amsdu: support A-MSDU withing A-MDPU
179+
* @ssn: starting sequence number of the session
179180
*
180181
* This structure's lifetime is managed by RCU, assignments to
181182
* the array holding it must hold the aggregation mutex.

0 commit comments

Comments
 (0)