commit | c3745b40601513a6a6e901c3ec44ddefd0c428d8 | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@googlemail.com> | Sat Nov 19 19:25:02 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 21 16:22:09 2011 -0500 |
tree | 7a743a668417325b39c772e8f1bb8792a49b08c2 | |
parent | a7cf534d4ddc961bf74f54a964ad0fd19b389b6e [diff] |
p54: use ieee80211_free_txskb In the past, it was fine to simply call dev_kfree_skb when it was impossible to transmit a skb. However, with the new tx status API: "mac80211: implement wifi TX status" Every loose skb needs to be handed back to mac80211. Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>