Linux wireless drivers development
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: linux-wireless@vger.kernel.org
Cc: jbenc <jbenc@suse.cz>, "John W. Linville" <linville@tuxdriver.com>
Subject: [PATCH] mac80211: fix tx status frame code
Date: Tue, 07 Aug 2007 10:23:57 +0200	[thread overview]
Message-ID: <1186475037.4067.14.camel@johannes.berg> (raw)

When I added the monitor for outgoing frames somehow a break
statement slipped in. Remove it.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net

---
Against wireless-dev, but should be trivial to apply against mac80211
the tree :)

--- wireless-dev.orig/net/mac80211/ieee80211.c	2007-08-06 20:10:47.770049363 +0200
+++ wireless-dev/net/mac80211/ieee80211.c	2007-08-06 20:34:00.090049363 +0200
@@ -4875,7 +4877,6 @@ void ieee80211_tx_status(struct ieee8021
 			memset(skb->cb, 0, sizeof(skb->cb));
 			netif_rx(skb);
 			skb = skb2;
-			break;
 		}
 	}
  out:



             reply	other threads:[~2007-08-07  9:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-07  8:23 Johannes Berg [this message]
2007-08-07  9:55 ` [PATCH] mac80211: fix tx status frame code Johannes Berg
2007-08-08  3:13   ` Michael Wu
2007-08-08  9:14     ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1186475037.4067.14.camel@johannes.berg \
    --to=johannes@sipsolutions.net \
    --cc=jbenc@suse.cz \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox