Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7b7ed879254ad43990c9d67f95be3427401c3392
Commit:     7b7ed879254ad43990c9d67f95be3427401c3392
Parent:     39d3520c92cf7a28c07229ca00cc35a1e8026c77
Author:     Johannes Berg <[EMAIL PROTECTED]>
AuthorDate: Tue Aug 7 10:23:57 2007 +0200
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Tue Aug 14 16:48:23 2007 -0400

    [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]
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 net/mac80211/ieee80211.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net/mac80211/ieee80211.c b/net/mac80211/ieee80211.c
index 8ec5ed1..7286c38 100644
--- a/net/mac80211/ieee80211.c
+++ b/net/mac80211/ieee80211.c
@@ -4678,7 +4678,6 @@ void ieee80211_tx_status(struct ieee80211_hw *hw, struct 
sk_buff *skb,
                        memset(skb->cb, 0, sizeof(skb->cb));
                        netif_rx(skb);
                        skb = skb2;
-                       break;
                }
        }
  out:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to