Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32084
b: refs/heads/master
c: 60d48f1
h: refs/heads/master
v: v3
  • Loading branch information
Eric Sesterhenn authored and Jeff Garzik committed Jul 5, 2006
1 parent 0418144 commit 4856c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4b301536694facb93f597281580f5ad907d36050
refs/heads/master: 60d48f1e23c25d09dbe7025ff179b808d72704b3
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/ieee80211_rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,9 @@ int ieee80211_rx(struct ieee80211_device *ieee, struct sk_buff *skb,
#endif

if (ieee->iw_mode == IW_MODE_MONITOR) {
ieee80211_monitor_rx(ieee, skb, rx_stats);
stats->rx_packets++;
stats->rx_bytes += skb->len;
ieee80211_monitor_rx(ieee, skb, rx_stats);
return 1;
}

Expand Down

0 comments on commit 4856c39

Please sign in to comment.