Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Larry Finger and committed by
John W. Linville
f34317db 674f0523

+2 -3
+2
drivers/net/wireless/rtlwifi/rtl8192ce/reg.h
··· 1203 1203 #define EPROM_CMD_CONFIG 0x3 1204 1204 #define EPROM_CMD_LOAD 1 1205 1205 1206 + #define HWSET_MAX_SIZE 128 1206 1207 #define HWSET_MAX_SIZE_92S HWSET_MAX_SIZE 1208 + #define EFUSE_MAX_SECTION 16 1207 1209 1208 1210 #define WL_HWPDN_EN BIT(0) 1209 1211
-3
drivers/net/wireless/rtlwifi/wifi.h
··· 303 303 HW_VAR_DATA_FILTER, 304 304 }; 305 305 306 - #define HWSET_MAX_SIZE 128 307 - #define EFUSE_MAX_SECTION 16 308 - 309 306 enum _RT_MEDIA_STATUS { 310 307 RT_MEDIA_DISCONNECT = 0, 311 308 RT_MEDIA_CONNECT = 1