mac80211: add helper to free TX skb
authorJohannes Berg <johannes.berg@intel.com>
Fri, 4 Nov 2011 10:18:10 +0000 (11:18 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 9 Nov 2011 21:05:48 +0000 (16:05 -0500)
commit6096de7fd4eeda305e114e7d74e6f47404590425
treed1593ce73555299a8b209840f2db7437b9c94cc4
parentd0ce1855eab098c6257f1321b02b70f916064aaa
mac80211: add helper to free TX skb

Drivers that need to drop a frame before it
can be transmitted will usually simply free
that frame. This is currently fine, but in
the future it'll be needed to tell mac80211
about this case, so add a new routine that
frees a TX skb.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/status.c