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