public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: rtl8192e: Remove unused variables starting with p_intb
@ 2023-07-29  7:52 Philipp Hortmann
  2023-07-29  7:52 ` [PATCH 01/10] staging: rtl8192e: Remove unused variable p_intb Philipp Hortmann
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Philipp Hortmann @ 2023-07-29  7:52 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Remove unused or constant variables and empty functions.

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

Philipp Hortmann (10):
  staging: rtl8192e: Remove unused variable p_intb
  staging: rtl8192e: Remove unused variable intb in _rtl92e_irq()
  staging: rtl8192e: Remove empty function rtllib_rx_Master()
  staging: rtl8192e: Remove empty function rtllib_rx_Mesh()
  staging: rtl8192e: Remove unused variable is_mesh from
    rtllib_send_probe
  staging: rtl8192e: Remove is_mesh from rtllib_send_probe_requests
  staging: rtl8192e: Remove is_mesh from rtllib_start_scan_syncro
  staging: rtl8192e: Remove is_mesh from rtllib_softmac_scan_syncro
  staging: rtl8192e: Remove is_mesh from rtl92e_set_swcam
  staging: rtl8192e: Remove DefaultKey from rtl92e_set_swcam

 .../staging/rtl8192e/rtl8192e/r8192E_dev.c    |  2 +-
 .../staging/rtl8192e/rtl8192e/r8192E_dev.h    |  2 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.c   | 17 +++++++---------
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.h   |  3 +--
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c  |  5 +----
 drivers/staging/rtl8192e/rtl8192e/rtl_wx.c    | 12 +++++------
 drivers/staging/rtl8192e/rtllib.h             |  2 +-
 drivers/staging/rtl8192e/rtllib_rx.c          | 14 -------------
 drivers/staging/rtl8192e/rtllib_softmac.c     | 20 +++++++++----------
 drivers/staging/rtl8192e/rtllib_softmac_wx.c  |  4 ++--
 10 files changed, 29 insertions(+), 52 deletions(-)

-- 
2.41.0


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

end of thread, other threads:[~2023-07-29  7:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29  7:52 [PATCH 00/10] staging: rtl8192e: Remove unused variables starting with p_intb Philipp Hortmann
2023-07-29  7:52 ` [PATCH 01/10] staging: rtl8192e: Remove unused variable p_intb Philipp Hortmann
2023-07-29  7:52 ` [PATCH 02/10] staging: rtl8192e: Remove unused variable intb in _rtl92e_irq() Philipp Hortmann
2023-07-29  7:52 ` [PATCH 03/10] staging: rtl8192e: Remove empty function rtllib_rx_Master() Philipp Hortmann
2023-07-29  7:53 ` [PATCH 04/10] staging: rtl8192e: Remove empty function rtllib_rx_Mesh() Philipp Hortmann
2023-07-29  7:53 ` [PATCH 05/10] staging: rtl8192e: Remove unused variable is_mesh from rtllib_send_probe Philipp Hortmann
2023-07-29  7:53 ` [PATCH 06/10] staging: rtl8192e: Remove is_mesh from rtllib_send_probe_requests Philipp Hortmann
2023-07-29  7:53 ` [PATCH 08/10] staging: rtl8192e: Remove is_mesh from rtllib_softmac_scan_syncro Philipp Hortmann
2023-07-29  7:53 ` [PATCH 07/10] staging: rtl8192e: Remove is_mesh from rtllib_start_scan_syncro Philipp Hortmann
2023-07-29  7:53 ` [PATCH 09/10] staging: rtl8192e: Remove is_mesh from rtl92e_set_swcam Philipp Hortmann
2023-07-29  7:53 ` [PATCH 10/10] staging: rtl8192e: Remove DefaultKey " Philipp Hortmann

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