git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c8f82e
)
wl12xx: use ieee80211_free_txskb()
author
Eliad Peller
<eliad@wizery.com>
Tue, 13 Dec 2011 13:26:38 +0000
(15:26 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Thu, 15 Dec 2011 07:58:42 +0000
(09:58 +0200)
Use the newly introduced ieee80211_free_txskb() instead
of dev_kfree_skb() for failed tx packets.
Additionally, if the skb is a dummy packet, re-enqueue
it (as the fw expects it) instead of freeing it.
Reported-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found