From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4275C433EF for ; Mon, 29 Nov 2021 08:25:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349462AbhK2I3P (ORCPT ); Mon, 29 Nov 2021 03:29:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241217AbhK2I1O (ORCPT ); Mon, 29 Nov 2021 03:27:14 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BAF2EC0613D7 for ; Mon, 29 Nov 2021 00:19:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Content-Type:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-To:Resent-Cc: Resent-Message-ID:In-Reply-To:References; bh=jREAY2duNHHvUEBK41+fJAJ2O8NL0QDIsvdSbCwh7rc=; t=1638173996; x=1639383596; b=agKRXo1k9QejlIw9B5JBKlc2ndW1QvwY2L/+JD8IZpL3Zbh7CXuf1D0UQdec2jCsxZCULQ2nMbs gKbSPXYDaTgg+EgeZi6KQKa2uyDvioVLRBbfXHHJefs6rh/CZ+PGRL0pDHRK7cUUHC37DULP9wbfH fzoL3fdogzlC2tXN18mhuAh9XnmDM/D0SRcSm50EqpRDAzC2nNKjy9fKkXqwaMUTATmLzcPb2VKPw 6uunSGhhGzo1E3J2emOHEBoVmVRrngcdGV7bZSGvcowPWOnHvX2HggITxJJe9aVMP4thFNd0J6jaE DVlBJJ/rqrqFk1ZksWV//Sdd+rDhocrGjv+g==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.95) (envelope-from ) id 1mrbtA-004LBD-0d; Mon, 29 Nov 2021 09:19:52 +0100 From: Johannes Berg To: linux-wireless@vger.kernel.org Cc: Johannes Berg , Stephen Rothwell Subject: [PATCH] mac80211: add docs for ssn in struct tid_ampdu_tx Date: Mon, 29 Nov 2021 09:19:49 +0100 Message-Id: <20211129091948.1327ec82beab.Iecc5975406a3028d35c65ff8d2dec31a693888d3@changeid> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Johannes Berg As pointed out by Stephen, add the missing docs. Reported-by: Stephen Rothwell Signed-off-by: Johannes Berg --- net/mac80211/sta_info.h | 1 + 1 file changed, 1 insertion(+) 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. -- 2.33.1