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_NoiseMonitor.h

This commit converts names of structs / enums
in hal/odm_NoiseMonitor.h from ALL_CAPS format to lowercase

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210317222130.29528-43-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Marco Cesati and committed by
Greg Kroah-Hartman
1d187541 4970f56c

+2 -2
+1 -1
drivers/staging/rtl8723bs/hal/odm.h
··· 1076 1076 u8 Adaptivity_IGI_upper; 1077 1077 u8 NHM_cnt_0; 1078 1078 1079 - struct ODM_NOISE_MONITOR noise_level;/* ODM_MAX_CHANNEL_NUM]; */ 1079 + struct odm_noise_monitor noise_level;/* ODM_MAX_CHANNEL_NUM]; */ 1080 1080 /* */ 1081 1081 /* 2 Define STA info. */ 1082 1082 /* _ODM_STA_INFO */
+1 -1
drivers/staging/rtl8723bs/hal/odm_NoiseMonitor.h
··· 24 24 }; 25 25 26 26 27 - struct ODM_NOISE_MONITOR { 27 + struct odm_noise_monitor { 28 28 s8 noise[MAX_RF_PATH]; 29 29 s16 noise_all; 30 30 };