2022-04-02 11:32:45

by Michael Straube

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

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


2022-04-03 16:56:53

by Hans de Goede

[permalink] [raw]
Subject: Re: [PATCH 0/2] staging: rtl8723bs: remove some 5 GHz code

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 <[email protected]>

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(-)
>