wl1251: Prevent system from sleeping for 1 sec after new packet arrival

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
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 @@
     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