From: Johannes Berg Date: Mon, 17 May 2010 09:37:31 +0000 (-0700) Subject: iwl3945: fix bugs in txq freeing X-Git-Tag: v2.6.36-rc1~571^2~615^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5fa2376f3ca46fa497632844872a6f4e224c09;p=pandora-kernel.git iwl3945: fix bugs in txq freeing When we free a txq that had no txb array allocated, we still try to access it. Fix that, and also free all SKBs that may be in the txb array (although it can just be a single one). Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed