Skip to content

Commit

Permalink
rtlwifi: Fix build problems introduced by merging rtl8192de
Browse files Browse the repository at this point in the history
These patches allow compilation of rtlwifi, rtl8192c_common,
rtl8192ce, rtl8192cu and rtl8192se to compile after rtl8192de
was added.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Larry Finger authored and John W. Linville committed Jun 27, 2011
1 parent 674f052 commit f34317d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/rtlwifi/rtl8192ce/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,9 @@
#define EPROM_CMD_CONFIG 0x3
#define EPROM_CMD_LOAD 1

#define HWSET_MAX_SIZE 128
#define HWSET_MAX_SIZE_92S HWSET_MAX_SIZE
#define EFUSE_MAX_SECTION 16

#define WL_HWPDN_EN BIT(0)

Expand Down
3 changes: 0 additions & 3 deletions drivers/net/wireless/rtlwifi/wifi.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,6 @@ enum hw_variables {
HW_VAR_DATA_FILTER,
};

#define HWSET_MAX_SIZE 128
#define EFUSE_MAX_SECTION 16

enum _RT_MEDIA_STATUS {
RT_MEDIA_DISCONNECT = 0,
RT_MEDIA_CONNECT = 1
Expand Down

0 comments on commit f34317d

Please sign in to comment.