projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d3520
)
[PATCH] mac80211: fix tx status frame code
author
Johannes Berg
<johannes@sipsolutions.net>
Tue, 7 Aug 2007 08:23:57 +0000
(10:23 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Tue, 14 Aug 2007 20:48:23 +0000
(16:48 -0400)
When I added the monitor for outgoing frames somehow a break
statement slipped in. Remove it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211.c
patch
|
blob
|
history
diff --git
a/net/mac80211/ieee80211.c
b/net/mac80211/ieee80211.c
index 8ec5ed192b5d889f3211c6a955e656442ebd4fd9..7286c389a4d0ccd418a1d953e3dd921b179a9730 100644
(file)
--- 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: