This patch removes an unnecessary assignment to info in __ieee80211_tx() , tx.c. (wireless-testing). Signed-off-by: Rami Rosen <ramirose@xxxxxxxxx> diff --git a/net/mac80211/tx.c b/net/mac80211/tx.c index c723dcc..2627da8 100644 --- a/net/mac80211/tx.c +++ b/net/mac80211/tx.c @@ -1055,7 +1055,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) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html