From: Emmanuel Grumbach Date: Thu, 15 Sep 2011 18:46:30 +0000 (-0700) Subject: iwlagn: free the Tx cmd when a non empty Tx queue is freed X-Git-Tag: v3.2-rc1~129^2~183^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909e9b23e4b1d4a783e8d2e5e2c865b7ebdb0675;p=pandora-kernel.git iwlagn: free the Tx cmd when a non empty Tx queue is freed When a non-empty Tx queueis freed, the buffer it contains must be freed too. Since the Tx cmd are now allocated from a pool, the Tx cmd must be freed too. This patch avoids to destroy a non-empty pool of Tx cmd. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed