2007-08-07 09:46:26

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] mac80211: fix tx status frame code

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

Signed-off-by: Johannes Berg <[email protected]

---
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:




2007-08-08 09:15:02

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] mac80211: fix tx status frame code

On Tue, 2007-08-07 at 20:13 -0700, Michael Wu wrote:
> On Tuesday 07 August 2007 02:55, Johannes Berg wrote:
> > This should probably go to .23 as well as -stable.
> >
> -stable is for .22.. I don't think outgoing frame monitoring was in 2.6.22.

Good point, we didn't have that at that time.

johannes


Attachments:
signature.asc (190.00 B)
This is a digitally signed message part

2007-08-07 09:53:29

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] mac80211: fix tx status frame code

On Tue, 2007-08-07 at 10:23 +0200, Johannes Berg wrote:
> When I added the monitor for outgoing frames somehow a break
> statement slipped in. Remove it.

This should probably go to .23 as well as -stable.

johannes


Attachments:
signature.asc (190.00 B)
This is a digitally signed message part

2007-08-08 03:15:21

by Michael Wu

[permalink] [raw]
Subject: Re: [PATCH] mac80211: fix tx status frame code

On Tuesday 07 August 2007 02:55, Johannes Berg wrote:
> This should probably go to .23 as well as -stable.
>
-stable is for .22.. I don't think outgoing frame monitoring was in 2.6.22.

-Michael Wu


Attachments:
(No filename) (198.00 B)
(No filename) (189.00 B)
Download all attachments