public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Remove unused variables from rtllib_rx_stats
@ 2024-02-21 21:44 Philipp Hortmann
  2024-02-21 21:44 ` [PATCH 1/8] staging: rtl8192e: Remove variables tsf, beacon_time and Antenna Philipp Hortmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Philipp Hortmann @ 2024-02-21 21:44 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Remove unused or unevaluated variables from struct rtllib_rx_stats.

Tested with rtl8192e (WLL6130-D99) in Mode n (12.5 MB/s)
Transferred this patch over wlan connection of rtl8192e.

Philipp Hortmann (8):
  staging: rtl8192e: Remove variables tsf, beacon_time and Antenna
  staging: rtl8192e: Remove variables Wakeup, Reserved0 and AGC
  staging: rtl8192e: Remove unused variable bShift
  staging: rtl8192e: Remove variables bIsQosData and RxIs40MHzPacket
  staging: rtl8192e: Remove variables fraglength and packetlength
  staging: rtl8192e: Remove unused variables nic_type and RxPower
  staging: rtl8192e: Remove unused variables bShortPreamble and
    fragoffset
  staging: rtl8192e: Remove unused variables ntotalfrag and Seq_Num

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    | 20 -------------------
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  2 --
 drivers/staging/rtl8192e/rtllib.h             | 17 ----------------
 drivers/staging/rtl8192e/rtllib_rx.c          |  3 ---
 4 files changed, 42 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-02-21 21:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 21:44 [PATCH 0/8] Remove unused variables from rtllib_rx_stats Philipp Hortmann
2024-02-21 21:44 ` [PATCH 1/8] staging: rtl8192e: Remove variables tsf, beacon_time and Antenna Philipp Hortmann
2024-02-21 21:44 ` [PATCH 2/8] staging: rtl8192e: Remove variables Wakeup, Reserved0 and AGC Philipp Hortmann
2024-02-21 21:45 ` [PATCH 3/8] staging: rtl8192e: Remove unused variable bShift Philipp Hortmann
2024-02-21 21:45 ` [PATCH 4/8] staging: rtl8192e: Remove variables bIsQosData and RxIs40MHzPacket Philipp Hortmann
2024-02-21 21:45 ` [PATCH 5/8] staging: rtl8192e: Remove variables fraglength and packetlength Philipp Hortmann
2024-02-21 21:45 ` [PATCH 6/8] staging: rtl8192e: Remove unused variables nic_type and RxPower Philipp Hortmann
2024-02-21 21:45 ` [PATCH 7/8] staging: rtl8192e: Remove unused variables bShortPreamble and fragoffset Philipp Hortmann
2024-02-21 21:46 ` [PATCH 8/8] staging: rtl8192e: Remove unused variables ntotalfrag and Seq_Num Philipp Hortmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox