From: Amitkumar Karwar Date: Wed, 19 May 2010 10:24:38 +0000 (-0700) Subject: libertas: Added callback functions to support SDIO suspend/resume. X-Git-Tag: v2.6.36-rc1~571^2~615^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66fceb69b72ff7e9cd8da2ca70033982d5376e0e;p=pandora-kernel.git libertas: Added callback functions to support SDIO suspend/resume. In suspend() host sleep is activated using already configured host sleep parameters through wol command, and in resume() host sleep is cancelled. Earlier priv->fw_ready flag used to reset and set in suspend and resume handler respectively. Since after suspend only host goes into sleep state and firmware is always ready, those changes in flag state are removed. Signed-off-by: Amitkumar Karwar Signed-off-by: John W. Linville --- Reading git-diff-tree failed