mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
staging: rtl8723bs: remove typedefs in odm_EdcaTurboCheck.h
This commit fixes the following checkpatch.pl warning:
WARNING: do not add new typedefs
#11: FILE: hal/odm_EdcaTurboCheck.h:11:
+typedef struct _EDCA_TURBO_ {
Signed-off-by: Marco Cesati <marco.cesati@gmail.com>
Link: https://lore.kernel.org/r/20210312082638.25512-8-marco.cesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
41da002ed0
commit
26482bed81
@@ -1121,7 +1121,7 @@ struct DM_ODM_T { /* DM_Out_Source_Dynamic_Mechanism_Structure */
|
||||
bool RSSI_test;
|
||||
struct CFO_TRACKING DM_CfoTrack;
|
||||
|
||||
EDCA_T DM_EDCA_Table;
|
||||
struct EDCA_T DM_EDCA_Table;
|
||||
u32 WMMEDCA_BE;
|
||||
struct PATHDIV_T DM_PathDiv;
|
||||
/* Copy from SD4 structure */
|
||||
|
||||
@@ -8,12 +8,12 @@
|
||||
#ifndef __ODMEDCATURBOCHECK_H__
|
||||
#define __ODMEDCATURBOCHECK_H__
|
||||
|
||||
typedef struct _EDCA_TURBO_ {
|
||||
struct EDCA_T { /* _EDCA_TURBO_ */
|
||||
bool bCurrentTurboEDCA;
|
||||
bool bIsCurRDLState;
|
||||
|
||||
u32 prv_traffic_idx; /* edca turbo */
|
||||
} EDCA_T, *pEDCA_T;
|
||||
};
|
||||
|
||||
void odm_EdcaTurboCheck(void *pDM_VOID);
|
||||
void ODM_EdcaTurboInit(void *pDM_VOID);
|
||||
|
||||
Reference in New Issue
Block a user