Commit 17c4e0de authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove unused enum odm_bt_coexist

parent eaf1d49d
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -514,13 +514,6 @@ enum odm_mac_phy_mode {
	ODM_DMDP	= 2,
};

enum odm_bt_coexist {
	ODM_BT_BUSY		= 1,
	ODM_BT_ON		= 2,
	ODM_BT_OFF		= 3,
	ODM_BT_NONE		= 4,
};

/*  ODM_CMNINFO_OP_MODE */
enum odm_operation_mode {
	ODM_NO_LINK		= BIT(0),