mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-12 19:44:51 -04:00
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:
committed by
Greg Kroah-Hartman
parent
58a9720251
commit
9413ea7434
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user