Commit 621a8a83 authored by Marco Cesati's avatar Marco Cesati Committed by Greg Kroah-Hartman
Browse files

Staging: rtl8723bs: fix names in hal_btcoex.h



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

Signed-off-by: default avatarMarco Cesati <marcocesati@gmail.com>
Link: https://lore.kernel.org/r/20210317222130.29528-30-marcocesati@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9d3c9ecd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

/*  Some variables can't get from outsrc BT-Coex, */
/*  so we need to save here */
struct BT_COEXIST {
struct bt_coexist {
	u8 bBtExist;
	u8 btTotalAntNum;
	u8 btChipType;
+1 −1
Original line number Diff line number Diff line
@@ -434,7 +434,7 @@ struct hal_com_data {
	struct DM_ODM_T		odmpriv;

	/*  For bluetooth co-existance */
	struct BT_COEXIST		bt_coexist;
	struct bt_coexist		bt_coexist;

	/*  Interrupt related register information. */
	u32 		SysIntrStatus;