lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 28 Dec 2021 09:54:49 +0100
From:   Michael Straube <straube.linux@...il.com>
To:     gregkh@...uxfoundation.org
Cc:     Larry.Finger@...inger.net, phil@...lpotter.co.uk,
        linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: r8188eu: remove unused enum odm_h2c_cmd

On 12/27/21 11:43, Michael Straube wrote:
> The enum odm_h2c_cmd is not used in this driver. Remove it.
> 
> Signed-off-by: Michael Straube <straube.linux@...il.com>
> ---
>   drivers/staging/r8188eu/include/odm_interface.h | 7 -------
>   1 file changed, 7 deletions(-)
> 
> diff --git a/drivers/staging/r8188eu/include/odm_interface.h b/drivers/staging/r8188eu/include/odm_interface.h
> index 64c29c1da19d..e27ba77577a7 100644
> --- a/drivers/staging/r8188eu/include/odm_interface.h
> +++ b/drivers/staging/r8188eu/include/odm_interface.h
> @@ -4,13 +4,6 @@
>   #ifndef	__ODM_INTERFACE_H__
>   #define __ODM_INTERFACE_H__
>   
> -enum odm_h2c_cmd {
> -	ODM_H2C_RSSI_REPORT = 0,
> -	ODM_H2C_PSD_RESULT= 1,
> -	ODM_H2C_PathDiv = 2,
> -	ODM_MAX_H2CCMD
> -};
> -
>   /*  2012/02/17 MH For non-MP compile pass only. Linux does not support workitem. */
>   /*  Suggest HW team to use thread instead of workitem. Windows also support the feature. */
>   typedef void (*RT_WORKITEM_CALL_BACK)(void *pContext);

This patch is outdated, please drop it.
I'll resend it as part of a series.

Thanks,
Michael

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ