[PATCH 0/5] staging: rtl8192e: remove RF90_PATH_{C,D}

Michael Straube posted 5 patches 1 year, 5 months ago
drivers/staging/rtl8192e/rtl8192e/r8190P_def.h | 3 ++-
drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +-
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h | 2 --
drivers/staging/rtl8192e/rtl8192e/rtl_core.h   | 2 +-
drivers/staging/rtl8192e/rtllib.h              | 2 +-
5 files changed, 5 insertions(+), 6 deletions(-)
[PATCH 0/5] staging: rtl8192e: remove RF90_PATH_{C,D}
Posted by Michael Straube 1 year, 5 months ago
This series removes the unsed RF90_PATH_C and RF90_PATH_D from the
enum rf90_radio_path and adjusts the size of arrays that are indexed
by values from rf90_radio_path.

Compile-tested only.

Michael Straube (5):
  staging: rtl8192e: remove RF90_PATH_{C,D} from enum rf90_radio_path
  staging: rtl8192e: adjust size of rx_pwr for new RF90_PATH_MAX
  staging: rtl8192e: adjust size of trsw_gain_X for new RF90_PATH_MAX
  staging: rtl8192e: adjust size of brfpath_rxenable for new
    RF90_PATH_MAX
  staging: rtl8192e: adjust size of RxMIMOSignalStrength

 drivers/staging/rtl8192e/rtl8192e/r8190P_def.h | 3 ++-
 drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +-
 drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h | 2 --
 drivers/staging/rtl8192e/rtl8192e/rtl_core.h   | 2 +-
 drivers/staging/rtl8192e/rtllib.h              | 2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

-- 
2.46.0
Re: [PATCH 0/5] staging: rtl8192e: remove RF90_PATH_{C,D}
Posted by Philipp Hortmann 1 year, 5 months ago
On 8/31/24 12:08, Michael Straube wrote:
> This series removes the unsed RF90_PATH_C and RF90_PATH_D from the
> enum rf90_radio_path and adjusts the size of arrays that are indexed
> by values from rf90_radio_path.
> 
> Compile-tested only.
> 
> Michael Straube (5):
>    staging: rtl8192e: remove RF90_PATH_{C,D} from enum rf90_radio_path
>    staging: rtl8192e: adjust size of rx_pwr for new RF90_PATH_MAX
>    staging: rtl8192e: adjust size of trsw_gain_X for new RF90_PATH_MAX
>    staging: rtl8192e: adjust size of brfpath_rxenable for new
>      RF90_PATH_MAX
>    staging: rtl8192e: adjust size of RxMIMOSignalStrength
> 
>   drivers/staging/rtl8192e/rtl8192e/r8190P_def.h | 3 ++-
>   drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | 2 +-
>   drivers/staging/rtl8192e/rtl8192e/r8192E_phy.h | 2 --
>   drivers/staging/rtl8192e/rtl8192e/rtl_core.h   | 2 +-
>   drivers/staging/rtl8192e/rtllib.h              | 2 +-
>   5 files changed, 5 insertions(+), 6 deletions(-)
> 

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