Commit 27e92f6a authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove macros ODM_IC_11{N,AC}_SERIES



The macros ODM_IC_11N_SERIES and ODM_IC_11AC_SERIES are unused now.
Remove them.

Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210918181904.12000-12-straube.linux@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b706bf29
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -460,11 +460,6 @@ enum odm_ic_type {
	ODM_RTL8821	=	BIT(6),
};

#define ODM_IC_11N_SERIES						\
	(ODM_RTL8192S | ODM_RTL8192C | ODM_RTL8192D |			\
	 ODM_RTL8723A | ODM_RTL8188E)
#define ODM_IC_11AC_SERIES		(ODM_RTL8812)

/* ODM_CMNINFO_CUT_VER */
enum odm_cut_version {
	ODM_CUT_A	=	1,