From: Wey-Yi Guy Date: Thu, 26 Mar 2009 17:14:08 +0000 (-0700) Subject: iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945 X-Git-Tag: v2.6.31-rc1~330^2~568^2~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da3a13e4fcab0ff58592087d28bd283caf23d88;p=pandora-kernel.git iwlwifi: merge and better support of suspend/resume for iwlagn and iwl3945 With mac80211's help to call stop() and start() in mac80211 suspend/resume function, both iwlagn and iwl3945 no longer calling stop() and start(); remove un-necessary STATUS_IN_SUSPEND bit from both header files and functions, Move apm_ops.stop() function into pci_suspend() to ensure DMA is stopped before go into suspend mode. iwl3945 has the similar suspend/resume function as iwlagn, so move both functions to iwlcore to be shared by both drivers. Signed-off-by: Wey-Yi Guy Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed