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 2A93B5221 for ; Mon, 9 Jan 2023 21:29:08 +0000 (UTC) Received: from dslb-188-096-147-178.188.096.pools.vodafone-ip.de ([188.96.147.178] 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 1pEzhX-0007iD-6X; Mon, 09 Jan 2023 22:29:03 +0100 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: some more xmit cleanups Date: Mon, 9 Jan 2023 22:28:40 +0100 Message-Id: <20230109212852.75612-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230108185738.597105-1-martin@kaiser.cx> References: <20230108185738.597105-1-martin@kaiser.cx> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Here's another set of xmit cleanups, based on my previous patches. changes in v2: - drop "make rtl8188eu_inirp_init a void function" patch (we should relay the return value instead of discarding it) Martin Kaiser (12): staging: r8188eu: beq_cnt is write-only staging: r8188eu: bkq_cnt is write-only staging: r8188eu: viq_cnt is write-only staging: r8188eu: voq_cnt is write-only staging: r8188eu: replace switch with if staging: r8188eu: dir_dev is unused staging: r8188eu: remove unused hal_xmit_handler define staging: r8188eu: txirp_cnt is write-only staging: r8188eu: remove unused QSLT defines staging: r8188eu: xmit_priv's vcs_type is not used staging: r8188eu: xmit_priv's vcs is not used staging: r8188eu: xmit_priv's vcs_setting is not used drivers/staging/r8188eu/core/rtw_mlme.c | 5 --- drivers/staging/r8188eu/core/rtw_xmit.c | 42 ------------------- drivers/staging/r8188eu/include/drv_types.h | 1 - .../staging/r8188eu/include/rtl8188e_xmit.h | 11 ----- drivers/staging/r8188eu/include/rtw_xmit.h | 10 ----- drivers/staging/r8188eu/os_dep/os_intfs.c | 3 -- .../staging/r8188eu/os_dep/usb_ops_linux.c | 23 +--------- 7 files changed, 1 insertion(+), 94 deletions(-) -- 2.30.2