mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-10 08:13:52 +00:00
Updated to v4.3.8_12406.20140929
This commit is contained in:
@@ -49,6 +49,8 @@
|
||||
#define REG_HISRE_88E 0x00BC //RTL8188E
|
||||
#define REG_MACID_NO_LINK_0 0x0484
|
||||
#define REG_MACID_NO_LINK_1 0x0488
|
||||
#define REG_MACID_PAUSE_0 0x048c
|
||||
#define REG_MACID_PAUSE_1 0x0490
|
||||
|
||||
//-----------------------------------------------------
|
||||
//
|
||||
@@ -99,6 +101,11 @@
|
||||
// 0x0600h ~ 0x07FFh WMAC Configuration
|
||||
//
|
||||
//-----------------------------------------------------
|
||||
#ifdef CONFIG_RF_GAIN_OFFSET
|
||||
#define EEPROM_RF_GAIN_OFFSET 0xC1
|
||||
#define EEPROM_RF_GAIN_VAL 0xF6
|
||||
#define EEPROM_THERMAL_OFFSET 0xF5
|
||||
#endif //CONFIG_RF_GAIN_OFFSET
|
||||
//----------------------------------------------------------------------------
|
||||
// 88E Driver Initialization Offload REG_FDHM0(Offset 0x88, 8 bits)
|
||||
//----------------------------------------------------------------------------
|
||||
@@ -140,6 +147,8 @@
|
||||
// General definitions
|
||||
//========================================================
|
||||
|
||||
#define MACID_NUM_88E 64
|
||||
#define CAM_ENTRY_NUM_88E 32
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// 8192C EEPROM/EFUSE share register definition.
|
||||
@@ -148,5 +157,5 @@
|
||||
#define EFUSE_ACCESS_ON 0x69 // For RTL8723 only.
|
||||
#define EFUSE_ACCESS_OFF 0x00 // For RTL8723 only.
|
||||
|
||||
#endif //__RTL8188E_SPEC_H__
|
||||
#endif /* __RTL8188E_SPEC_H__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user