Skip to content

Commit

Permalink
mac80211: remove an unnecessary assignment to info in __ieee80211_tx().
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rami Rosen authored and John W. Linville committed Jan 29, 2009
1 parent c481ec9 commit def1343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit def1343

Please sign in to comment.