Search Linux Wireless

[PATCH] mac80211: fix tx status frame code

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux