Commit 2283b6b7 authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

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: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210317222130.29528-33-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9b747b01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#ifndef __ODMEDCATURBOCHECK_H__
#define __ODMEDCATURBOCHECK_H__

struct EDCA_T { /* _EDCA_TURBO_ */
struct edca_t { /* _EDCA_TURBO_ */
	bool bCurrentTurboEDCA;
	bool bIsCurRDLState;