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 A24ABC433F5 for ; Tue, 24 May 2022 09:01:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234000AbiEXJBF (ORCPT ); Tue, 24 May 2022 05:01:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233603AbiEXJBA (ORCPT ); Tue, 24 May 2022 05:01:00 -0400 Received: from viti.kaiser.cx (viti.kaiser.cx [IPv6:2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF09E762AC for ; Tue, 24 May 2022 02:00:58 -0700 (PDT) Received: from 162.sub194.ddfr.nl ([83.136.194.162] 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 1ntQPM-0006Y3-0P; Tue, 24 May 2022 11:00:52 +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 v2 00/12] staging: r8188eu: start cleaning up issue_action_BA Date: Tue, 24 May 2022 11:00:17 +0200 Message-Id: <20220524090029.242584-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220521153824.218196-1-martin@kaiser.cx> References: <20220521153824.218196-1-martin@kaiser.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.) v2 - patch 5: remove a variable that's no longer used 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 | 126 ++++++++++---------- 1 file changed, 63 insertions(+), 63 deletions(-) -- 2.30.2