Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Marco Cesati and committed by
Greg Kroah-Hartman
2283b6b7 9b747b01

+2 -2
+1 -1
drivers/staging/rtl8723bs/hal/odm.h
··· 1121 1121 bool RSSI_test; 1122 1122 struct CFO_TRACKING DM_CfoTrack; 1123 1123 1124 - struct EDCA_T DM_EDCA_Table; 1124 + struct edca_t DM_EDCA_Table; 1125 1125 u32 WMMEDCA_BE; 1126 1126 struct PATHDIV_T DM_PathDiv; 1127 1127 /* Copy from SD4 structure */
+1 -1
drivers/staging/rtl8723bs/hal/odm_EdcaTurboCheck.h
··· 8 8 #ifndef __ODMEDCATURBOCHECK_H__ 9 9 #define __ODMEDCATURBOCHECK_H__ 10 10 11 - struct EDCA_T { /* _EDCA_TURBO_ */ 11 + struct edca_t { /* _EDCA_TURBO_ */ 12 12 bool bCurrentTurboEDCA; 13 13 bool bIsCurRDLState; 14 14