commit | 5de8eef4fdd2044f6981ebf62330720bcdba8ee3 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Tue Dec 13 15:26:38 2011 +0200 |
committer | Luciano Coelho <coelho@ti.com> | Thu Dec 15 09:58:42 2011 +0200 |
tree | ab7f4f531ec4c811b8cb83cf6caf61f2ad2d63d4 | |
parent | 2c8f82eabc6b3b6d1fc97954377e67f2d83db687 [diff] |
wl12xx: use ieee80211_free_txskb() 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>