[PATCH v2 0/6] staging: r8188eu: some rx cleanups

Martin Kaiser posted 6 patches 4 years, 3 months ago
drivers/staging/r8188eu/hal/rtl8188e_rxdesc.c |  6 +---
.../staging/r8188eu/include/rtl8188e_recv.h   |  6 ----
.../staging/r8188eu/include/rtw_mlme_ext.h    |  2 +-
drivers/staging/r8188eu/include/wifi.h        | 34 +------------------
4 files changed, 3 insertions(+), 45 deletions(-)
[PATCH v2 0/6] staging: r8188eu: some rx cleanups
Posted by Martin Kaiser 4 years, 3 months ago
Here's another set with simple cleanups in the code for receiving frames.

v2 fixes a build error on 64-bit systems in the last patch.

Martin Kaiser (6):
  staging: r8188eu: remove unnecessary initializations
  staging: r8188eu: remove three unused receive defines
  staging: r8188eu: remove unused function prototype
  staging: r8188eu: make rtl8188e_process_phy_info static
  staging: r8188eu: remove some unused local ieee80211 macros
  staging: r8188eu: remove local BIT macro

 drivers/staging/r8188eu/hal/rtl8188e_rxdesc.c |  6 +---
 .../staging/r8188eu/include/rtl8188e_recv.h   |  6 ----
 .../staging/r8188eu/include/rtw_mlme_ext.h    |  2 +-
 drivers/staging/r8188eu/include/wifi.h        | 34 +------------------
 4 files changed, 3 insertions(+), 45 deletions(-)

-- 
2.30.2
Re: [PATCH v2 0/6] staging: r8188eu: some rx cleanups
Posted by Greg Kroah-Hartman 4 years, 3 months ago
On Tue, Mar 15, 2022 at 09:50:35PM +0100, Martin Kaiser wrote:
> Here's another set with simple cleanups in the code for receiving frames.
> 
> v2 fixes a build error on 64-bit systems in the last patch.
> 
> Martin Kaiser (6):
>   staging: r8188eu: remove unnecessary initializations
>   staging: r8188eu: remove three unused receive defines
>   staging: r8188eu: remove unused function prototype
>   staging: r8188eu: make rtl8188e_process_phy_info static
>   staging: r8188eu: remove some unused local ieee80211 macros
>   staging: r8188eu: remove local BIT macro
> 
>  drivers/staging/r8188eu/hal/rtl8188e_rxdesc.c |  6 +---
>  .../staging/r8188eu/include/rtl8188e_recv.h   |  6 ----
>  .../staging/r8188eu/include/rtw_mlme_ext.h    |  2 +-
>  drivers/staging/r8188eu/include/wifi.h        | 34 +------------------
>  4 files changed, 3 insertions(+), 45 deletions(-)
> 
> -- 
> 2.30.2
> 
> 

I took the first 5 patches here, thanks.

greg k-h