Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166979
b: refs/heads/master
c: c5b9b92
h: refs/heads/master
i:
  166977: 5186290
  166975: 5954ee2
v: v3
  • Loading branch information
Ajit Khaparde authored and David S. Miller committed Oct 7, 2009
1 parent 1b4f202 commit c6aa669
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: 86aaf9ad8276160312c09771c0f8e64646996e4c
refs/heads/master: c5b9b92e07e4973b299537c5c684037349dc7e5c
2 changes: 1 addition & 1 deletion trunk/drivers/net/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void netdev_stats_update(struct be_adapter *adapter)
/* no space available in linux */
dev_stats->tx_dropped = 0;

dev_stats->multicast = port_stats->tx_multicastframes;
dev_stats->multicast = port_stats->rx_multicast_frames;
dev_stats->collisions = 0;

/* detailed tx_errors */
Expand Down

0 comments on commit c6aa669

Please sign in to comment.