mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
Staging: rtl8723bs: fix names in odm_EdcaTurboCheck.h
This commit converts names of structs / enums in hal/odm_EdcaTurboCheck.h from ALL_CAPS format to lowercase Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210317222130.29528-33-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9b747b01af
commit
2283b6b76b
@@ -1121,7 +1121,7 @@ struct DM_ODM_T { /* DM_Out_Source_Dynamic_Mechanism_Structure */
|
||||
bool RSSI_test;
|
||||
struct CFO_TRACKING DM_CfoTrack;
|
||||
|
||||
struct EDCA_T DM_EDCA_Table;
|
||||
struct edca_t DM_EDCA_Table;
|
||||
u32 WMMEDCA_BE;
|
||||
struct PATHDIV_T DM_PathDiv;
|
||||
/* Copy from SD4 structure */
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#ifndef __ODMEDCATURBOCHECK_H__
|
||||
#define __ODMEDCATURBOCHECK_H__
|
||||
|
||||
struct EDCA_T { /* _EDCA_TURBO_ */
|
||||
struct edca_t { /* _EDCA_TURBO_ */
|
||||
bool bCurrentTurboEDCA;
|
||||
bool bIsCurRDLState;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user