From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from viti.kaiser.cx (viti.kaiser.cx [85.214.81.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 04B2A3205 for ; Sat, 21 May 2022 15:38:38 +0000 (UTC) Received: from dslb-188-096-138-194.188.096.pools.vodafone-ip.de ([188.96.138.194] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1nsRBT-0007XY-Mu; Sat, 21 May 2022 17:38:27 +0200 From: Martin Kaiser To: Greg Kroah-Hartman Cc: Larry Finger , Phillip Potter , Michael Straube , Pavel Skripkin , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH 00/12] staging: r8188eu: start cleaning up issue_action_BA Date: Sat, 21 May 2022 17:38:12 +0200 Message-Id: <20220521153824.218196-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Start cleaning up the issue_action_BA function. Use helpers from ieee80211.h to populate some of the fields of the outgoing frame. (I'll send more patches for the remaining fields and messages.) Martin Kaiser (12): staging: r8188eu: remove unnecessary category check staging: r8188eu: use defines for the block action codes staging: r8188eu: use ieee80211_mgmt in issue_action_BA staging: r8188eu: use mgmt to set the addresses staging: r8188eu: use mgmt to set the sequence number staging: r8188eu: use mgmt to set the category staging: r8188eu: use mgmt to set the action codes staging: r8188eu: use mgmt to set the dialog token staging: r8188eu: use mgmt to set the timeout staging: r8188eu: use ieee80211 to set addba capabilities staging: r8188eu: use mgmt to set start sequence number staging: r8188eu: calculate the addba request length drivers/staging/r8188eu/core/rtw_mlme_ext.c | 124 ++++++++++---------- 1 file changed, 63 insertions(+), 61 deletions(-) -- 2.30.2