commit | 6f80240e0a738a6c5cef005291a90522959f3ba2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Mon May 17 02:37:32 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Sat Jun 05 23:17:51 2010 -0700 |
tree | 27bc143650166fbaae1f621b7a10e4fa1e1c1753 | |
parent | 4f5fa2376f3ca46fa497632844872a6f4e224c09 [diff] |
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>