* [PATCH] staging: r8188eu: remove unused enum odm_h2c_cmd
@ 2021-12-27 10:43 Michael Straube
2021-12-28 8:54 ` Michael Straube
0 siblings, 1 reply; 2+ messages in thread
From: Michael Straube @ 2021-12-27 10:43 UTC (permalink / raw)
To: gregkh; +Cc: Larry.Finger, phil, linux-staging, linux-kernel, Michael Straube
The enum odm_h2c_cmd is not used in this driver. Remove it.
Signed-off-by: Michael Straube <straube.linux@gmail.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);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: r8188eu: remove unused enum odm_h2c_cmd
2021-12-27 10:43 [PATCH] staging: r8188eu: remove unused enum odm_h2c_cmd Michael Straube
@ 2021-12-28 8:54 ` Michael Straube
0 siblings, 0 replies; 2+ messages in thread
From: Michael Straube @ 2021-12-28 8:54 UTC (permalink / raw)
To: gregkh; +Cc: Larry.Finger, phil, linux-staging, linux-kernel
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@gmail.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-12-28 8:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-27 10:43 [PATCH] staging: r8188eu: remove unused enum odm_h2c_cmd Michael Straube
2021-12-28 8:54 ` Michael Straube
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.