When I added the monitor for outgoing frames somehow a break statement slipped in. Remove it. Signed-off-by: Johannes Berg <johannes@xxxxxxxxxxxxxxxx --- 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: - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html