diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2012-09-11 20:11:13 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-09-12 22:15:31 +0400 |
commit | 022e1d0680c7b4366017393417b8758be5abcee8 (patch) | |
tree | 0cd5fad1292472b385a62448d3abffc6d9266a17 /drivers/net/wireless/rtlwifi/rtl8192ce/def.h | |
parent | 4abd044af91057f7ea661a0f10c00a9673beef6b (diff) | |
download | linux-022e1d0680c7b4366017393417b8758be5abcee8.tar.xz |
rtlwifi: rtl8192ce: Log message that B_CUT device may not work
There are a number of problems that occur for the latest version
of the Realtek RTL8188CE device with the in-kernel driver. These
include selection of the wrong firmware, and system lockup. A full
fix is known, but is too invasive for inclusion in stable. This patch
fixes the problem with loading the wrong firmware, and logs a message
that the device may not work for kernels 3.6 and older.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Cc: Anisse Astier <anisse@astier.eu>
Cc: Li Chaoming <chaoming_li@realsil.com.cn>
Tested-by: Anisse Astier <anisse@astier.eu>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8192ce/def.h')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8192ce/def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8192ce/def.h b/drivers/net/wireless/rtlwifi/rtl8192ce/def.h index 04c3aef8a4f6..2925094b2d91 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192ce/def.h +++ b/drivers/net/wireless/rtlwifi/rtl8192ce/def.h @@ -117,6 +117,7 @@ #define CHIP_VER_B BIT(4) #define CHIP_92C_BITMASK BIT(0) +#define CHIP_UNKNOWN BIT(7) #define CHIP_92C_1T2R 0x03 #define CHIP_92C 0x01 #define CHIP_88C 0x00 |