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

* Re: [PATCH 1/6] mac80211: remove an unnecessary assignment to info in __ieee80211_tx().
  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
  0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2009-01-07 20:58 UTC (permalink / raw)
  To: Rami Rosen; +Cc: linux-wireless, johannes

On Tue, Jan 06, 2009 at 10:50:33AM +0200, Rami Rosen wrote:
> This patch removes an unnecessary assignment to info
> in __ieee80211_tx() , tx.c.
> 
> (wireless-testing).
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

BTW, would you mind not putting "(wireless-testing)" or similar stuff
in the changelog?  It can be handy to know, but you should put it
after the Signed-off-by and after a line starting with "---":

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

	Signed-off-by: Rami Rosen <ramirose@gmail.com>
	---
	(wireless-testing).

Thanks!

John
-- 
John W. Linville		Linux should be at the core
linville@tuxdriver.com			of your literate lifestyle.

^ permalink raw reply	[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).