diff --git a/[refs] b/[refs] index 35c335858944..99eaf79a33eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ac5541bdaea4d8e93710c58775cfa48ac82e09b +refs/heads/master: 14b44974d5a3c1ca59f6809b7313d7229eb55fd8 diff --git a/trunk/net/mac80211/tx.c b/trunk/net/mac80211/tx.c index cbe53ed4fb0b..08e1f17a4226 100644 --- a/trunk/net/mac80211/tx.c +++ b/trunk/net/mac80211/tx.c @@ -2010,14 +2010,12 @@ void ieee80211_tx_pending(unsigned long data) while (!skb_queue_empty(&local->pending[i])) { struct sk_buff *skb = __skb_dequeue(&local->pending[i]); struct ieee80211_tx_info *info = IEEE80211_SKB_CB(skb); - struct ieee80211_sub_if_data *sdata; if (WARN_ON(!info->control.vif)) { kfree_skb(skb); continue; } - sdata = vif_to_sdata(info->control.vif); spin_unlock_irqrestore(&local->queue_stop_reason_lock, flags);