提交 b5a16794 编写于 作者: K Kalle Valo 提交者: 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: NKalle Valo <kalle.valo@nokia.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册