aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/status.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/mac80211/status.c b/net/mac80211/status.c
index df643cedf9b9..e1f69545974a 100644
--- a/net/mac80211/status.c
+++ b/net/mac80211/status.c
@@ -609,3 +609,9 @@ void ieee80211_report_low_ack(struct ieee80211_sta *pubsta, u32 num_packets)
609 num_packets, GFP_ATOMIC); 609 num_packets, GFP_ATOMIC);
610} 610}
611EXPORT_SYMBOL(ieee80211_report_low_ack); 611EXPORT_SYMBOL(ieee80211_report_low_ack);
612
613void ieee80211_free_txskb(struct ieee80211_hw *hw, struct sk_buff *skb)
614{
615 dev_kfree_skb_any(skb);
616}
617EXPORT_SYMBOL(ieee80211_free_txskb);