Commit def1343971b2abd158ece1a71dd1c7a20e4c2fcb

Authored by Rami Rosen
Committed by John W. Linville
1 parent c481ec9705

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 <ramirose@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -1053,7 +1053,6 @@
1053 1053 if (skb) {
1054 1054 if (netif_subqueue_stopped(local->mdev, skb))
1055 1055 return IEEE80211_TX_AGAIN;
1056   - info = IEEE80211_SKB_CB(skb);
1057 1056  
1058 1057 ret = local->ops->tx(local_to_hw(local), skb);
1059 1058 if (ret)