linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: rtl8192e: Remove variable reg_bw_40mhz and further
@ 2023-12-10 15:25 Philipp Hortmann
  2023-12-10 15:25 ` [PATCH 01/10] staging: rtl8192e: Remove unused struct iw_range_with_scan_capa Philipp Hortmann
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philipp Hortmann @ 2023-12-10 15:25 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Remove unused or unchanged variables.

Tested with rtl8192e (WLL6130-D99) in Mode n (12.5 MB/s)
Transferred this patch over wlan connection of rtl8192e.
Tested in b,g,n mode and n mode in channels 2, 9, 10, 13

Philipp Hortmann (10):
  staging: rtl8192e: Remove unused struct iw_range_with_scan_capa
  staging: rtl8192e: Remove variable ht_info->reg_bw_40mhz
  staging: rtl8192e: Remove variable ht_info->reg_supp_cck
  staging: rtl8192e: Remove variable ht_info->reg_short_gi_20mhz
  staging: rtl8192e: Remove variable ht_info->reg_short_gi_40mhz
  staging: rtl8192e: Remove variable ForcedAMPDUMode
  staging: rtl8192e: Remove variable ForcedAMSDUMode
  staging: rtl8192e: Remove equation with pPeerHTCap->DssCCk
  staging: rtl8192e: Remove variable ht_info->bCurSuppCCK
  staging: rtl8192e: Remove struct ht_info_ele SelfHTInfo

 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c | 22 --------------
 drivers/staging/rtl8192e/rtl819x_HT.h      |  8 -----
 drivers/staging/rtl8192e/rtl819x_HTProc.c  | 34 +++-------------------
 drivers/staging/rtl8192e/rtllib_softmac.c  |  5 +---
 drivers/staging/rtl8192e/rtllib_tx.c       | 21 ++-----------
 5 files changed, 7 insertions(+), 83 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-12-10 15:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-10 15:25 [PATCH 00/10] staging: rtl8192e: Remove variable reg_bw_40mhz and further Philipp Hortmann
2023-12-10 15:25 ` [PATCH 01/10] staging: rtl8192e: Remove unused struct iw_range_with_scan_capa Philipp Hortmann
2023-12-10 15:26 ` [PATCH 02/10] staging: rtl8192e: Remove variable ht_info->reg_bw_40mhz Philipp Hortmann
2023-12-10 15:26 ` [PATCH 03/10] staging: rtl8192e: Remove variable ht_info->reg_supp_cck Philipp Hortmann
2023-12-10 15:26 ` [PATCH 04/10] staging: rtl8192e: Remove variable ht_info->reg_short_gi_20mhz Philipp Hortmann
2023-12-10 15:26 ` [PATCH 05/10] staging: rtl8192e: Remove variable ht_info->reg_short_gi_40mhz Philipp Hortmann
2023-12-10 15:26 ` [PATCH 06/10] staging: rtl8192e: Remove variable ForcedAMPDUMode Philipp Hortmann
2023-12-10 15:26 ` [PATCH 07/10] staging: rtl8192e: Remove variable ForcedAMSDUMode Philipp Hortmann
2023-12-10 15:26 ` [PATCH 08/10] staging: rtl8192e: Remove equation with pPeerHTCap->DssCCk Philipp Hortmann
2023-12-10 15:26 ` [PATCH 09/10] staging: rtl8192e: Remove variable ht_info->bCurSuppCCK Philipp Hortmann
2023-12-10 15:27 ` [PATCH 10/10] staging: rtl8192e: Remove struct ht_info_ele SelfHTInfo Philipp Hortmann

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).