diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-10-23 11:41:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-10-23 11:41:46 -0400 |
commit | 9b34f40c20111ba658f88e1669598db494be1fbc (patch) | |
tree | be98189b178ca63a44c09c8a5e92574a92932b51 /net/mac80211/iface.c | |
parent | 9917c85b06c2eb9d61c0f2dadd2d5d8788f7e563 (diff) | |
parent | 290eddc4b3661dc4dfa95d199e0be5788928b3b1 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
Conflicts:
drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
net/mac80211/mlme.c
Diffstat (limited to 'net/mac80211/iface.c')
-rw-r--r-- | net/mac80211/iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/iface.c b/net/mac80211/iface.c index c50cf6b9e28d..bc3e3e1db093 100644 --- a/net/mac80211/iface.c +++ b/net/mac80211/iface.c | |||
@@ -859,7 +859,7 @@ static void ieee80211_do_stop(struct ieee80211_sub_if_data *sdata, | |||
859 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); | 859 | struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); |
860 | if (info->control.vif == &sdata->vif) { | 860 | if (info->control.vif == &sdata->vif) { |
861 | __skb_unlink(skb, &local->pending[i]); | 861 | __skb_unlink(skb, &local->pending[i]); |
862 | dev_kfree_skb_irq(skb); | 862 | ieee80211_free_txskb(&local->hw, skb); |
863 | } | 863 | } |
864 | } | 864 | } |
865 | } | 865 | } |