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: Kalle Valo <kalle.valo@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
478fdf2bce
commit
b5a167942c
|
@ -26,7 +26,8 @@
|
|||
#include "wl1251_cmd.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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue