mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
Staging: rtl8723bs: fix names in rtw_cmd.h
This commit converts names of structs / enums in include/rtw_cmd.h from ALL_CAPS format to lowercase Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210317222130.29528-11-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
127375e43b
commit
6a938aefb8
|
|
@ -158,7 +158,7 @@ enum rtw_drvextra_cmd_id {
|
|||
MAX_WK_CID
|
||||
};
|
||||
|
||||
enum LPS_CTRL_TYPE {
|
||||
enum lps_ctrl_type {
|
||||
LPS_CTRL_SCAN = 0,
|
||||
LPS_CTRL_JOINBSS = 1,
|
||||
LPS_CTRL_CONNECT = 2,
|
||||
|
|
@ -168,7 +168,7 @@ enum LPS_CTRL_TYPE {
|
|||
LPS_CTRL_TRAFFIC_BUSY = 6,
|
||||
};
|
||||
|
||||
enum RFINTFS {
|
||||
enum rfintfs {
|
||||
SWSI,
|
||||
HWSI,
|
||||
HWPI,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user