From: Kalle Valo Date: Mon, 30 Nov 2009 08:17:59 +0000 (+0200) Subject: wl1251: reduce ELP wakeup timeout X-Git-Tag: v2.6.34-rc1~233^2~705^2~60 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b5a167942cb388cc5f1a6085cb3506d5bf47517d;p=karo-tx-linux.git 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 Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/wl12xx/wl1251_ps.c b/drivers/net/wireless/wl12xx/wl1251_ps.c index 9931b197ff77..54a27200f3b6 100644 --- a/drivers/net/wireless/wl12xx/wl1251_ps.c +++ b/drivers/net/wireless/wl12xx/wl1251_ps.c @@ -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) {