All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] staging: r8188eu: some more cleanups
@ 2022-01-28 11:54 Michael Straube
  2022-01-28 11:54 ` [PATCH 1/6] staging: r8188eu: rx_packet_offset and max_recvbuf_sz are write-only Michael Straube
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Michael Straube @ 2022-01-28 11:54 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, phil, linux-staging, linux-kernel, Michael Straube

This series contains some more cleanups. Mostly removing unsed and/or
unneeded code. As usual tested on x86_64 with Inter-Tech DMG-02.

Michael Straube (6):
  staging: r8188eu: rx_packet_offset and max_recvbuf_sz are write-only
  staging: r8188eu: remove unused cases from GetHalDefVar8188EUsb()
  staging: r8188eu: max_rx_ampdu_factor is always MAX_AMPDU_FACTOR_64K
  staging: r8188eu: convert GetHalDefVar8188EUsb() to void
  staging: r8188eu: convert SetHalDefVar8188EUsb() to void
  staging: r8188eu: remove IS_*_CUT macros

 drivers/staging/r8188eu/core/rtw_mlme.c     |  8 +---
 drivers/staging/r8188eu/core/rtw_mlme_ext.c | 20 +---------
 drivers/staging/r8188eu/hal/hal_com.c       | 24 ++++++++----
 drivers/staging/r8188eu/hal/usb_halinit.c   | 42 +--------------------
 drivers/staging/r8188eu/include/HalVerDef.h | 18 ---------
 drivers/staging/r8188eu/include/hal_intf.h  | 11 +-----
 drivers/staging/r8188eu/include/wifi.h      |  7 +---
 7 files changed, 23 insertions(+), 107 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-01-28 11:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-28 11:54 [PATCH 0/6] staging: r8188eu: some more cleanups Michael Straube
2022-01-28 11:54 ` [PATCH 1/6] staging: r8188eu: rx_packet_offset and max_recvbuf_sz are write-only Michael Straube
2022-01-28 11:54 ` [PATCH 2/6] staging: r8188eu: remove unused cases from GetHalDefVar8188EUsb() Michael Straube
2022-01-28 11:54 ` [PATCH 3/6] staging: r8188eu: max_rx_ampdu_factor is always MAX_AMPDU_FACTOR_64K Michael Straube
2022-01-28 11:54 ` [PATCH 4/6] staging: r8188eu: convert GetHalDefVar8188EUsb() to void Michael Straube
2022-01-28 11:54 ` [PATCH 5/6] staging: r8188eu: convert SetHalDefVar8188EUsb() " Michael Straube
2022-01-28 11:54 ` [PATCH 6/6] staging: r8188eu: remove IS_*_CUT macros Michael Straube

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.