diff --git a/sta_dk_4_0_4_32/pform/linux/src/esta_drv.c b/sta_dk_4_0_4_32/pform/linux/src/esta_drv.c index 763a376..a968e20 100644 --- a/sta_dk_4_0_4_32/pform/linux/src/esta_drv.c +++ b/sta_dk_4_0_4_32/pform/linux/src/esta_drv.c @@ -960,7 +960,7 @@ static void tiwlan_irq_handler( struct work_struct *work ) if( drv->receive_packet ) { drv->receive_packet = 0; /* Keep awake for 500 ms to give a chance to network stack */ - android_lock_suspend_auto_expire( &drv->rx_wake_lock, (HZ >> 1) ); + android_lock_suspend_auto_expire( &drv->rx_wake_lock, HZ ); } android_unlock_suspend( &drv->exec_wake_lock ); #endif