From: Gregory Greenman Date: Mon, 4 Aug 2008 08:00:40 +0000 (+0800) Subject: iwlwifi: memory allocation optimization X-Git-Tag: v2.6.27-rc2~2^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da99c4b6c25964b90c79f19beccda208df1a865a;p=pandora-kernel.git iwlwifi: memory allocation optimization This patch optimizes memory allocation. The cmd member of iwl_tx_queue was allocated previously as a continuous block of memory. This patch allocates separate memory chunks for each command and maps/unmaps these chunks in the run time. Signed-off-by: Gregory Greenman Signed-off-by: Tomas Winkler Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed