From: Johannes Berg Date: Mon, 17 May 2010 09:37:32 +0000 (-0700) Subject: iwlagn: fix bug in txq freeing X-Git-Tag: v2.6.36-rc1~571^2~615^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f80240e0a738a6c5cef005291a90522959f3ba2;p=pandora-kernel.git iwlagn: fix bug in txq freeing The iwl_hw_txq_free_tfd() function can be called from contexts with IRQs disabled, so it must not call dev_kfree_skb() but rather dev_kfree_skb_any() instead. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed