mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-10 15:39:38 +00:00
rtl8188eu: Remove CONFIG_LONG_DELAY_ISSUE
This symbol is always defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
72bd29ec15
commit
73821a9a55
2 changed files with 0 additions and 13 deletions
|
@ -31,11 +31,7 @@ odm_ConfigRFReg_8188E(
|
||||||
{
|
{
|
||||||
if(Addr == 0xffe)
|
if(Addr == 0xffe)
|
||||||
{
|
{
|
||||||
#ifdef CONFIG_LONG_DELAY_ISSUE
|
|
||||||
ODM_sleep_ms(50);
|
ODM_sleep_ms(50);
|
||||||
#else
|
|
||||||
ODM_delay_ms(50);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
else if (Addr == 0xfd)
|
else if (Addr == 0xfd)
|
||||||
{
|
{
|
||||||
|
@ -132,11 +128,7 @@ odm_ConfigBB_PHY_REG_PG_8188E(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (Addr == 0xfe){
|
if (Addr == 0xfe){
|
||||||
#ifdef CONFIG_LONG_DELAY_ISSUE
|
|
||||||
ODM_sleep_ms(50);
|
ODM_sleep_ms(50);
|
||||||
#else
|
|
||||||
ODM_delay_ms(50);
|
|
||||||
#endif
|
|
||||||
} else if (Addr == 0xfd){
|
} else if (Addr == 0xfd){
|
||||||
ODM_delay_ms(5);
|
ODM_delay_ms(5);
|
||||||
} else if (Addr == 0xfc){
|
} else if (Addr == 0xfc){
|
||||||
|
@ -164,11 +156,7 @@ odm_ConfigBB_PHY_8188E(
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (Addr == 0xfe){
|
if (Addr == 0xfe){
|
||||||
#ifdef CONFIG_LONG_DELAY_ISSUE
|
|
||||||
ODM_sleep_ms(50);
|
ODM_sleep_ms(50);
|
||||||
#else
|
|
||||||
ODM_delay_ms(50);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
else if (Addr == 0xfd){
|
else if (Addr == 0xfd){
|
||||||
ODM_delay_ms(5);
|
ODM_delay_ms(5);
|
||||||
|
|
|
@ -69,7 +69,6 @@
|
||||||
#define USB_INTERFERENCE_ISSUE // this should be checked in all usb interface
|
#define USB_INTERFERENCE_ISSUE // this should be checked in all usb interface
|
||||||
#define CONFIG_GLOBAL_UI_PID
|
#define CONFIG_GLOBAL_UI_PID
|
||||||
|
|
||||||
#define CONFIG_LONG_DELAY_ISSUE
|
|
||||||
#define CONFIG_NEW_SIGNAL_STAT_PROCESS
|
#define CONFIG_NEW_SIGNAL_STAT_PROCESS
|
||||||
#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */
|
#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */
|
||||||
#define CONFIG_DEAUTH_BEFORE_CONNECT
|
#define CONFIG_DEAUTH_BEFORE_CONNECT
|
||||||
|
|
Loading…
Reference in a new issue