mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
Staging: rtl8723bs: fix names in hal_com.h
This commit converts names of structs / enums in include/hal_com.h from ALL_CAPS format to lowercase Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210317222130.29528-5-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7c74d13b61
commit
2f08440c3a
@@ -540,7 +540,7 @@ void EXhalbtcoutsrc_LpsNotify(struct BTC_COEXIST *pBtCoexist, u8 type);
|
||||
void EXhalbtcoutsrc_ScanNotify(struct BTC_COEXIST *pBtCoexist, u8 type);
|
||||
void EXhalbtcoutsrc_ConnectNotify(struct BTC_COEXIST *pBtCoexist, u8 action);
|
||||
void EXhalbtcoutsrc_MediaStatusNotify(
|
||||
struct BTC_COEXIST *pBtCoexist, enum RT_MEDIA_STATUS mediaStatus
|
||||
struct BTC_COEXIST *pBtCoexist, enum rt_media_status mediaStatus
|
||||
);
|
||||
void EXhalbtcoutsrc_SpecialPacketNotify(struct BTC_COEXIST *pBtCoexist, u8 pktType);
|
||||
void EXhalbtcoutsrc_BtInfoNotify(
|
||||
|
||||
@@ -1106,7 +1106,7 @@ void EXhalbtcoutsrc_ConnectNotify(struct BTC_COEXIST *pBtCoexist, u8 action)
|
||||
}
|
||||
|
||||
void EXhalbtcoutsrc_MediaStatusNotify(struct BTC_COEXIST *pBtCoexist, enum
|
||||
RT_MEDIA_STATUS mediaStatus)
|
||||
rt_media_status mediaStatus)
|
||||
{
|
||||
u8 mStatus;
|
||||
|
||||
|
||||
@@ -165,13 +165,13 @@ enum{
|
||||
UP_LINK,
|
||||
DOWN_LINK,
|
||||
};
|
||||
enum RT_MEDIA_STATUS {
|
||||
enum rt_media_status {
|
||||
RT_MEDIA_DISCONNECT = 0,
|
||||
RT_MEDIA_CONNECT = 1
|
||||
};
|
||||
|
||||
#define MAX_DLFW_PAGE_SIZE 4096 /* @ page : 4k bytes */
|
||||
enum FIRMWARE_SOURCE {
|
||||
enum firmware_source {
|
||||
FW_SOURCE_IMG_FILE = 0,
|
||||
FW_SOURCE_HEADER_FILE = 1, /* from header file */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user