Commit f34317db authored by Larry Finger's avatar Larry Finger Committed by John W. Linville

rtlwifi: Fix build problems introduced by merging rtl8192de

These patches allow compilation of rtlwifi, rtl8192c_common,
rtl8192ce, rtl8192cu and rtl8192se to compile after rtl8192de
was added.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 674f0523
...@@ -1203,7 +1203,9 @@ ...@@ -1203,7 +1203,9 @@
#define EPROM_CMD_CONFIG 0x3 #define EPROM_CMD_CONFIG 0x3
#define EPROM_CMD_LOAD 1 #define EPROM_CMD_LOAD 1
#define HWSET_MAX_SIZE 128
#define HWSET_MAX_SIZE_92S HWSET_MAX_SIZE #define HWSET_MAX_SIZE_92S HWSET_MAX_SIZE
#define EFUSE_MAX_SECTION 16
#define WL_HWPDN_EN BIT(0) #define WL_HWPDN_EN BIT(0)
......
...@@ -303,9 +303,6 @@ enum hw_variables { ...@@ -303,9 +303,6 @@ enum hw_variables {
HW_VAR_DATA_FILTER, HW_VAR_DATA_FILTER,
}; };
#define HWSET_MAX_SIZE 128
#define EFUSE_MAX_SECTION 16
enum _RT_MEDIA_STATUS { enum _RT_MEDIA_STATUS {
RT_MEDIA_DISCONNECT = 0, RT_MEDIA_DISCONNECT = 0,
RT_MEDIA_CONNECT = 1 RT_MEDIA_CONNECT = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment