linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] mac80211: remove an unnecessary assignment to info in __ieee80211_tx().
@ 2009-01-06  8:50 Rami Rosen
  2009-01-07 20:58 ` John W. Linville
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2009-01-06  8:50 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, johannes

This patch removes an unnecessary assignment to info
in __ieee80211_tx() , tx.c.

(wireless-testing).

Signed-off-by: Rami Rosen <ramirose@gmail.com>

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)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-01-07 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-06  8:50 [PATCH 1/6] mac80211: remove an unnecessary assignment to info in __ieee80211_tx() Rami Rosen
2009-01-07 20:58 ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).