Re: [PATCH 0/7] staging: r8188eu: clean up tx power arrays

From: Michael Straube
Date: Thu Jan 06 2022 - 02:57:32 EST


On 1/5/22 09:34, Martin Kaiser wrote:
This set removes unused tx power arrays and changes some other arrays from
multidimensional to one-dimensional.

Martin Kaiser (7):
staging: r8188eu: rfPath is always 0
staging: r8188eu: make Index24G_CCK_Base a 1-D array
staging: r8188eu: make Index24G_BW40_Base a 1-D array
staging: r8188eu: CCK_24G_Diff is set but not used
staging: r8188eu: BW40_24G_Diff is set but not used
staging: r8188eu: make OFDM_24G_Diff a 1-D array
staging: r8188eu: make BW20_24G_Diff a 1-D array

.../staging/r8188eu/hal/rtl8188e_hal_init.c | 25 ++++++++-----------
drivers/staging/r8188eu/hal/rtl8188e_phycfg.c | 12 ++++-----
.../staging/r8188eu/include/rtl8188e_hal.h | 10 +++-----
3 files changed, 20 insertions(+), 27 deletions(-)


For all patches:

Acked-by: Michael Straube <straube.linux@xxxxxxxxx>