diff options
author | Catalin Iacob <iacobcatalin@gmail.com> | 2013-09-22 11:06:26 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-09-26 15:15:14 -0400 |
commit | 3a1ea9fd935139027e60157fa5d5bf8555414de3 (patch) | |
tree | 5830040e7deef35a0572a6ab759e5a94c6f3878a /drivers/net/wireless/rtlwifi/rtl8192se | |
parent | 551ed409690d05a3af7a330b188501fd1593e6af (diff) | |
download | op-kernel-dev-3a1ea9fd935139027e60157fa5d5bf8555414de3.zip op-kernel-dev-3a1ea9fd935139027e60157fa5d5bf8555414de3.tar.gz |
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>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8192se')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8192se/reg.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8192se/reg.h b/drivers/net/wireless/rtlwifi/rtl8192se/reg.h index 84d1181..c81c835 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192se/reg.h +++ b/drivers/net/wireless/rtlwifi/rtl8192se/reg.h @@ -425,14 +425,9 @@ #define EXT_IMEM_CODE_DONE BIT(2) #define IMEM_CHK_RPT BIT(1) #define IMEM_CODE_DONE BIT(0) -#define IMEM_CODE_DONE BIT(0) -#define IMEM_CHK_RPT BIT(1) #define EMEM_CODE_DONE BIT(2) #define EMEM_CHK_RPT BIT(3) -#define DMEM_CODE_DONE BIT(4) #define IMEM_RDY BIT(5) -#define BASECHG BIT(6) -#define FWRDY BIT(7) #define LOAD_FW_READY (IMEM_CODE_DONE | \ IMEM_CHK_RPT | \ EMEM_CODE_DONE | \ |