Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288367
b: refs/heads/master
c: 09c1d44
h: refs/heads/master
i:
  288365: 1560400
  288363: 4186162
  288359: d9e6cb4
  288351: d878720
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Mar 8, 2012
1 parent 7832d39 commit a01c7e8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 9259c483a34a4efbaf60583af3719bed28a3fe45
refs/heads/master: 09c1d446fe0e2e3f34b366a6b3c1b19efa1522af
4 changes: 3 additions & 1 deletion trunk/drivers/net/ethernet/ibm/ehea/ehea_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ static struct rtnl_link_stats64 *ehea_get_stats64(struct net_device *dev,
stats->tx_bytes = tx_bytes;
stats->rx_packets = rx_packets;

return &port->stats;
stats->multicast = port->stats.multicast;
stats->rx_errors = port->stats.rx_errors;
return stats;
}

static void ehea_update_stats(struct work_struct *work)
Expand Down

0 comments on commit a01c7e8

Please sign in to comment.