From: Christian Lamparter Date: Sat, 19 Nov 2011 18:25:02 +0000 (+0100) Subject: p54: use ieee80211_free_txskb X-Git-Tag: v3.3-rc1~182^2~261^2~152 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3745b40601513a6a6e901c3ec44ddefd0c428d8;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed