Staging: rtl8723bs: fix names in rtw_recv.h

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

Signed-off-by: Marco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210317222130.29528-7-marcocesati@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Marco Cesati
2021-03-17 23:20:53 +01:00
committed by Greg Kroah-Hartman
parent 58a9720251
commit 9413ea7434

View File

@@ -369,7 +369,7 @@ union recv_frame {
};
enum RX_PACKET_TYPE {
enum rx_packet_type {
NORMAL_RX,/* Normal rx packet */
TX_REPORT1,/* CCX */
TX_REPORT2,/* TX RPT */