Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219745
b: refs/heads/master
c: 556c83e
h: refs/heads/master
i:
  219743: 791f06e
v: v3
  • Loading branch information
Simon Wunderlich authored and Greg Kroah-Hartman committed Sep 5, 2010
1 parent 8887617 commit 3ff6a62
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: b19ad29f553c417075ce2ad7fbd3ba85ec5f7494
refs/heads/master: 556c83ece8e8a897d7cad23315407ecd1a195fce
2 changes: 1 addition & 1 deletion trunk/drivers/staging/batman-adv/soft-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ void interface_rx(struct sk_buff *skb, int hdr_size)
* PACKET_OTHERHOST or PACKET_HOST */

priv->stats.rx_packets++;
priv->stats.rx_bytes += skb->len;
priv->stats.rx_bytes += skb->len + sizeof(struct ethhdr);

dev->last_rx = jiffies;

Expand Down

0 comments on commit 3ff6a62

Please sign in to comment.