Staging: rtl8723bs: fix names in rtw_xmit.h

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

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210317222130.29528-22-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marco Cesati
2021-03-17 23:21:08 +01:00
committed by Greg Kroah-Hartman
parent f0e46c47f6
commit a26a28b5ba

View File

@@ -83,7 +83,7 @@ do {\
#define TXDESC_OFFSET TXDESC_SIZE
enum TXDESC_SC {
enum txdesc_sc {
SC_DONT_CARE = 0x00,
SC_UPPER = 0x01,
SC_LOWER = 0x02,