[PATCH 0/2] staging: rtl8723bs: remove some 5 GHz code

Michael Straube posted 2 patches 4 years, 2 months ago
There is a newer version of this series
drivers/staging/rtl8723bs/core/rtw_rf.c | 56 ++++++++-----------------
1 file changed, 18 insertions(+), 38 deletions(-)
[PATCH 0/2] staging: rtl8723bs: remove some 5 GHz code
Posted by Michael Straube 4 years, 2 months ago
This two patches remove 5 GHz channels from the ch_freq_map array in
rtw_rf.c and simplify the rtw_ch2freq() function.

Michael Straube (2):
  staging: rtl8723bs: remove 5 GHz channels from ch_freq_map
  staging: rtl8723bs: refactor rtw_ch2freq()

 drivers/staging/rtl8723bs/core/rtw_rf.c | 56 ++++++++-----------------
 1 file changed, 18 insertions(+), 38 deletions(-)

-- 
2.35.1
Re: [PATCH 0/2] staging: rtl8723bs: remove some 5 GHz code
Posted by Hans de Goede 4 years, 2 months ago
Hi,

On 3/31/22 23:41, Michael Straube wrote:
> This two patches remove 5 GHz channels from the ch_freq_map array in
> rtw_rf.c and simplify the rtw_ch2freq() function.

Thanks, both patches look good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

for the series.

Regards,

Hans



> 
> Michael Straube (2):
>   staging: rtl8723bs: remove 5 GHz channels from ch_freq_map
>   staging: rtl8723bs: refactor rtw_ch2freq()
> 
>  drivers/staging/rtl8723bs/core/rtw_rf.c | 56 ++++++++-----------------
>  1 file changed, 18 insertions(+), 38 deletions(-)
>