Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit def13439 authored by Rami Rosen's avatar Rami Rosen Committed by John W. Linville
Browse files

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: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c481ec97
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)