Search Linux Wireless

[PATCH 1/6] mac80211: remove an unnecessary assignment to info in __ieee80211_tx().

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux