rtlwifi: remove duplicate declarations and macros in headers
This patch brings no functional change. There are still duplicate macros across the rtlwifi directory, for example IQK_DELAY_TIME is defined multiple times, sometimes with different values, this patch only removes duplicates within the same header file. Signed-off-by: Catalin Iacob <iacobcatalin@gmail.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
@@ -152,8 +152,6 @@ enum version_8192c {
|
||||
#define IS_VENDOR_UMC_A_CUT(version) ((IS_CHIP_VENDOR_UMC(version)) ? \
|
||||
((GET_CVID_CUT_VERSION(version)) ? false : true) : false)
|
||||
#define IS_CHIP_VER_B(version) ((version & CHIP_VER_B) ? true : false)
|
||||
#define IS_VENDOR_UMC_A_CUT(version) ((IS_CHIP_VENDOR_UMC(version)) ? \
|
||||
((GET_CVID_CUT_VERSION(version)) ? false : true) : false)
|
||||
#define IS_92C_SERIAL(version) ((version & CHIP_92C_BITMASK) ? true : false)
|
||||
#define IS_CHIP_VENDOR_UMC(version) \
|
||||
((version & CHIP_VENDOR_UMC) ? true : false)
|
||||
|
Reference in New Issue
Block a user