diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-05-17 02:37:32 -0700 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-06-05 23:17:51 -0700 |
commit | 6f80240e0a738a6c5cef005291a90522959f3ba2 (patch) | |
tree | 27bc143650166fbaae1f621b7a10e4fa1e1c1753 /drivers/net/hamradio | |
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>
Diffstat (limited to 'drivers/net/hamradio')
0 files changed, 0 insertions, 0 deletions