From: Rami Rosen Date: Tue, 6 Jan 2009 08:50:33 +0000 (+0200) Subject: mac80211: remove an unnecessary assignment to info in __ieee80211_tx(). X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=def1343971b2abd158ece1a71dd1c7a20e4c2fcb;p=deliverable%2Flinux.git mac80211: remove an unnecessary assignment to info in __ieee80211_tx(). This patch removes an unnecessary assignment to info in __ieee80211_tx() , tx.c. Signed-off-by: Rami Rosen Signed-off-by: John W. Linville --- diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index 0bf2272200ad..96eca341160b 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -1053,7 +1053,6 @@ static int __ieee80211_tx(struct ieee80211_local *local, struct sk_buff *skb, if (skb) { if (netif_subqueue_stopped(local->mdev, skb)) return IEEE80211_TX_AGAIN; - info = IEEE80211_SKB_CB(skb); ret = local->ops->tx(local_to_hw(local), skb); if (ret)