Skip to content

Commit

Permalink
staging: r8188eu: remove macros ODM_IC_11{N,AC}_SERIES
Browse files Browse the repository at this point in the history
The macros ODM_IC_11N_SERIES and ODM_IC_11AC_SERIES are unused now.
Remove them.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210918181904.12000-12-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Michael Straube authored and Greg Kroah-Hartman committed Sep 20, 2021
1 parent b706bf2 commit 27e92f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/r8188eu/include/odm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 27e92f6

Please sign in to comment.