Re: [PATCH v2 4/4] staging: r8188eu: convert rtw_is_cckratesonly_included() to bool

From: Fabio M. De Francesco
Date: Mon Aug 16 2021 - 09:05:49 EST


On Monday, August 16, 2021 1:54:30 PM CEST Michael Straube wrote:
> Function rtw_is_cckratesonly_included() returns boolean values.
> Change the return type to bool to reflect this.
>
> Signed-off-by: Michael Straube <straube.linux@xxxxxxxxx>
> ---
> v1 -> v2
> Rewritten to apply with v2 of patch 3/4.
>
> drivers/staging/r8188eu/core/rtw_ieee80211.c | 2 +-
> drivers/staging/r8188eu/include/ieee80211.h | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)

Acked-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx>

Thanks,

Fabio