aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1271.h
diff options
context:
space:
mode:
authorJuuso Oikarinen <juuso.oikarinen@nokia.com>2009-10-08 14:56:21 -0400
committerJohn W. Linville <linville@tuxdriver.com>2009-10-27 16:47:49 -0400
commit37b70a81855e4a2e66716804ae55ff717520e7fb (patch)
treeaa6c7c9ea6928542d1124a3fd8c6c4010caa10a6 /drivers/net/wireless/wl12xx/wl1271.h
parent1e2b79761d551c545225e1fa6e7d144f7e804898 (diff)
wl1271: Implement delayed entry into ELP
Implement delayed entry into ELP. This will promote the following: - Less redundant sleep/wake cycles (better perf) - Avoids known firmware issues with going to ELP too fast after an operation Signed-off-by: Juuso Oikarinen <juuso.oikarinen@nokia.com> Reviewed-by: Vidhya Govindan <vidhya.govindan@nokia.com> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1271.h')
-rw-r--r--drivers/net/wireless/wl12xx/wl1271.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1271.h b/drivers/net/wireless/wl12xx/wl1271.h
index e575dcc9df27..c455dcbae524 100644
--- a/drivers/net/wireless/wl12xx/wl1271.h
+++ b/drivers/net/wireless/wl12xx/wl1271.h
@@ -373,6 +373,7 @@ struct wl1271 {
373 bool elp; 373 bool elp;
374 374
375 struct completion *elp_compl; 375 struct completion *elp_compl;
376 struct delayed_work elp_work;
376 377
377 /* we can be in psm, but not in elp, we have to differentiate */ 378 /* we can be in psm, but not in elp, we have to differentiate */
378 bool psm; 379 bool psm;