mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 00:04:17 +00:00
Updated to 4.4.1
This commit is contained in:
@@ -164,7 +164,10 @@
|
||||
// 0x0100h ~ 0x01FFh MACTOP General Configuration
|
||||
//
|
||||
//-----------------------------------------------------
|
||||
|
||||
#undef IS_E_CUT
|
||||
#define IS_E_CUT(version) FALSE
|
||||
#undef IS_F_CUT
|
||||
#define IS_F_CUT(version) ((GET_CVID_CUT_VERSION(version) == E_CUT_VERSION) ? TRUE : FALSE)
|
||||
|
||||
//-----------------------------------------------------
|
||||
//
|
||||
@@ -208,14 +211,14 @@
|
||||
// 0x0600h ~ 0x07FFh WMAC Configuration
|
||||
//
|
||||
//-----------------------------------------------------
|
||||
#ifdef CONFIG_RF_GAIN_OFFSET
|
||||
#ifdef CONFIG_RF_POWER_TRIM
|
||||
|
||||
#ifdef CONFIG_RTL8723B
|
||||
#define EEPROM_RF_GAIN_OFFSET 0xC1
|
||||
#endif
|
||||
|
||||
#define EEPROM_RF_GAIN_VAL 0x1F6
|
||||
#endif //CONFIG_RF_GAIN_OFFSET
|
||||
#endif /*CONFIG_RF_POWER_TRIM*/
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
@@ -283,7 +286,11 @@
|
||||
//========================================================
|
||||
|
||||
#define MACID_NUM_8723B 128
|
||||
#define CAM_ENTRY_NUM_8723B 64
|
||||
#define SEC_CAM_ENT_NUM_8723B 64
|
||||
#define NSS_NUM_8723B 1
|
||||
#define BAND_CAP_8723B (BAND_CAP_2G)
|
||||
#define BW_CAP_8723B (BW_CAP_20M | BW_CAP_40M)
|
||||
#define PROTO_CAP_8723B (PROTO_CAP_11B|PROTO_CAP_11G|PROTO_CAP_11N)
|
||||
|
||||
#endif /* __RTL8723B_SPEC_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user