[PATCH v2 0/5] staging: rtl8192e: Cleanup multiple issues

Teddy Engel posted 5 patches 1 year, 8 months ago
drivers/staging/rtl8192e/rtl8192e/r8190P_def.h | 9 ---------
drivers/staging/rtl8192e/rtl8192e/rtl_cam.h    | 1 -
drivers/staging/rtl8192e/rtl8192e/rtl_dm.c     | 4 ++--
drivers/staging/rtl8192e/rtl8192e/rtl_dm.h     | 6 +-----
drivers/staging/rtl8192e/rtl8192e/rtl_pci.h    | 1 -
5 files changed, 3 insertions(+), 18 deletions(-)
[PATCH v2 0/5] staging: rtl8192e: Cleanup multiple issues
Posted by Teddy Engel 1 year, 8 months ago
Remove some unused constants, macros, and structs. 
Capitalize a constant.

The patch order matters - please apply in order.

Teddy Engel (5):
  staging: rtl8192e: Remove unused constants
  staging: rtl8192e: Remove unused struct phy_ofdm_rx_status_rxsc
  staging: rtl8192e: Capitalize constant RegC38_TH
  staging: rtl8192e: Remove unused macro dm_tx_bb_gain_idx_to_amplify
  staging: rtl8192e: Remove unnecessary pre-declaration of struct
    net_device

 drivers/staging/rtl8192e/rtl8192e/r8190P_def.h | 9 ---------
 drivers/staging/rtl8192e/rtl8192e/rtl_cam.h    | 1 -
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.c     | 4 ++--
 drivers/staging/rtl8192e/rtl8192e/rtl_dm.h     | 6 +-----
 drivers/staging/rtl8192e/rtl8192e/rtl_pci.h    | 1 -
 5 files changed, 3 insertions(+), 18 deletions(-)

-- 
2.39.2
Re: [PATCH v2 0/5] staging: rtl8192e: Cleanup multiple issues
Posted by Philipp Hortmann 1 year, 8 months ago
On 6/13/24 22:15, Teddy Engel wrote:
> Remove some unused constants, macros, and structs.
> Capitalize a constant.
> 
> The patch order matters - please apply in order.
> 
> Teddy Engel (5):
>    staging: rtl8192e: Remove unused constants
>    staging: rtl8192e: Remove unused struct phy_ofdm_rx_status_rxsc
>    staging: rtl8192e: Capitalize constant RegC38_TH
>    staging: rtl8192e: Remove unused macro dm_tx_bb_gain_idx_to_amplify
>    staging: rtl8192e: Remove unnecessary pre-declaration of struct
>      net_device
> 
>   drivers/staging/rtl8192e/rtl8192e/r8190P_def.h | 9 ---------
>   drivers/staging/rtl8192e/rtl8192e/rtl_cam.h    | 1 -
>   drivers/staging/rtl8192e/rtl8192e/rtl_dm.c     | 4 ++--
>   drivers/staging/rtl8192e/rtl8192e/rtl_dm.h     | 6 +-----
>   drivers/staging/rtl8192e/rtl8192e/rtl_pci.h    | 1 -
>   5 files changed, 3 insertions(+), 18 deletions(-)
> 


Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>