From: Andrey Borzenkov Date: Sun, 19 Oct 2008 08:06:11 +0000 (+0400) Subject: orinoco: cache downloadable firmware image in memory for use during resume X-Git-Tag: v2.6.29-rc1~581^2~812 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb30784c720b863203957f76e3fde0d53932746;p=pandora-kernel.git orinoco: cache downloadable firmware image in memory for use during resume If card is using downloadable firmware (like Agere 9.x), firmware has to be reloaded during resume. It is not possible to use request_firmware for that, because tasks are still frozen, so request_firmware will just timeout and fail. So cache firmware image in memory for later reuse in ->resume method. Signed-off-by: Andrey Borzenkov Signed-off-by: John W. Linville --- Reading git-diff-tree failed