From 92be340e1cd3687bc19d019cd10e2132873b714a Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Mon, 14 Jul 2008 12:43:23 +0200 Subject: [PATCH] --- yaml --- r: 107106 b: refs/heads/master c: 1b0241656b658522a15e7aad570cb8ea6b255a2a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/mac80211/tx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b2d7212c1939..72e2900b157e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c0ab712c7e40b61063431cae74a3e763535a4e7 +refs/heads/master: 1b0241656b658522a15e7aad570cb8ea6b255a2a diff --git a/trunk/net/mac80211/tx.c b/trunk/net/mac80211/tx.c index 0fbadd8b983c..7e99d1615192 100644 --- a/trunk/net/mac80211/tx.c +++ b/trunk/net/mac80211/tx.c @@ -1931,7 +1931,7 @@ struct sk_buff *ieee80211_beacon_get(struct ieee80211_hw *hw, "no rate found\n", wiphy_name(local->hw.wiphy)); } - dev_kfree_skb(skb); + dev_kfree_skb_any(skb); skb = NULL; goto out; }