From: Reinette Chatre Date: Fri, 30 Oct 2009 21:36:10 +0000 (-0700) Subject: iwlwifi: unmap memory before use X-Git-Tag: v2.6.33-rc1~388^2~449^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33de6256a07869b48830e3a26fb6942ea8c4f79;p=pandora-kernel.git iwlwifi: unmap memory before use Handling responses to driver originated commands include passing the original command buffer to the caller. At this time it is possible for a callback to be invoked that is passed this command buffer and thus likely to access it. We need to make sure that the memory associated with that buffer is not DMA mapped at the time. Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed