Re: [PATCH 0/4] staging: r8188eu: refactor Hal_GetChnlGroup88E()

From: Michael Straube
Date: Sat Aug 14 2021 - 02:33:28 EST


On 8/13/21 11:44 AM, Martin Kaiser wrote:
Thus wrote Michael Straube (straube.linux@xxxxxxxxx):

This series refactors Hal_GetChnlGroup88E().
- removes 5GHz code
- changes return type to void
- cleans up camel case naming

Michael Straube (4):
staging: r8188eu: remove 5GHz code from Hal_GetChnlGroup88E()
staging: r8188eu: convert return type of Hal_GetChnlGroup88E() to void
staging: r8188eu: rename parameter of Hal_GetChnlGroup88E()
staging: r8188eu: rename Hal_GetChnlGroup88E()

.../staging/r8188eu/hal/rtl8188e_hal_init.c | 90 ++++++-------------
1 file changed, 26 insertions(+), 64 deletions(-)

--
2.32.0

Hi Michael,

this series looks ok to me.

Acked-by: Martin Kaiser <martin@xxxxxxxxx>


Hi Martin,

thank you.

Michael