]> git.baikalelectronics.ru Git - kernel.git/commit
iwlagn: fix bug in txq freeing
authorJohannes Berg <johannes.berg@intel.com>
Mon, 17 May 2010 09:37:32 +0000 (02:37 -0700)
committerReinette Chatre <reinette.chatre@intel.com>
Sun, 6 Jun 2010 06:17:51 +0000 (23:17 -0700)
commitd17fc8524f20560b54c261f28cd32956b546e270
tree27bc143650166fbaae1f621b7a10e4fa1e1c1753
parent3445bf578ac63b4d09b23b5583500c7ba097bf81
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 <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
drivers/net/wireless/iwlwifi/iwl-agn.c