linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tree Davies <tdavies@darkphysics.net>
To: gregkh@linuxfoundation.org, philipp.g.hortmann@gmail.com, anjan@momi.ca
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
	Tree Davies <tdavies@darkphysics.net>
Subject: [PATCH 3/4] Staging: rtl8192e: Remove variable bEncrypt
Date: Sun, 10 Dec 2023 11:37:04 -0800	[thread overview]
Message-ID: <20231210193705.2131807-4-tdavies@darkphysics.net> (raw)
In-Reply-To: <20231210193705.2131807-1-tdavies@darkphysics.net>

Remove variable bEncrypt as it is defined but never used.

Signed-off-by: Tree Davies <tdavies@darkphysics.net>
---
 drivers/staging/rtl8192e/rtllib.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index fb399acb7157..224774b1ba31 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -103,7 +103,6 @@ struct cb_desc {
 	/* Tx Desc Related flags (8-9) */
 	u8 bLastIniPkt:1;
 	u8 bCmdOrInit:1;
-	u8 bEncrypt:1;
 	u8 tx_dis_rate_fallback:1;
 	u8 tx_use_drv_assinged_rate:1;
 	u8 bHwSec:1;
-- 
2.39.2


  parent reply	other threads:[~2023-12-10 19:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-10 19:37 [PATCH 0/4] Staging: rtl8192e: Remove unused variables in struct cb_desc Tree Davies
2023-12-10 19:37 ` [PATCH 1/4] Staging: rtl8192e: Remove variable bFirstSeg Tree Davies
2023-12-11  8:37   ` Dan Carpenter
2023-12-11 19:22     ` Philipp Hortmann
2023-12-12  9:44       ` Dan Carpenter
2023-12-10 19:37 ` [PATCH 2/4] Staging: rtl8192e: Remove variable bLastSeg Tree Davies
2023-12-10 19:37 ` Tree Davies [this message]
2023-12-10 19:37 ` [PATCH 4/4] Staging: rtl8192e: Remove variable macId Tree Davies
2023-12-10 20:40 ` [PATCH 0/4] Staging: rtl8192e: Remove unused variables in struct cb_desc Philipp Hortmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231210193705.2131807-4-tdavies@darkphysics.net \
    --to=tdavies@darkphysics.net \
    --cc=anjan@momi.ca \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=philipp.g.hortmann@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).