commit | 6096de7fd4eeda305e114e7d74e6f47404590425 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Nov 04 11:18:10 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Nov 09 16:05:48 2011 -0500 |
tree | d1593ce73555299a8b209840f2db7437b9c94cc4 | |
parent | d0ce1855eab098c6257f1321b02b70f916064aaa [diff] |
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>