Commit b5a16794 authored by Kalle Valo's avatar Kalle Valo Committed by John W. Linville

wl1251: reduce ELP wakeup timeout

The original TI driver uses 100 ms timeout ELP wakeup timeout, better
to use the same. Otherwise problems with wakeup might get unnoticed.
Signed-off-by: default avatarKalle Valo <kalle.valo@nokia.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 478fdf2b
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
#include "wl1251_cmd.h" #include "wl1251_cmd.h"
#include "wl1251_io.h" #include "wl1251_io.h"
#define WL1251_WAKEUP_TIMEOUT 2000 /* in ms */
#define WL1251_WAKEUP_TIMEOUT 100
void wl1251_elp_work(struct work_struct *work) void wl1251_elp_work(struct work_struct *work)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment