Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36509
b: refs/heads/master
c: ee705db
h: refs/heads/master
i:
  36507: 177f5a9
v: v3
  • Loading branch information
Al Viro authored and Jeff Garzik committed Sep 26, 2006
1 parent 425f66c commit 1dd83fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8a8e447b2aa1f9139d0bfc94a2a3426be9c8d40a
refs/heads/master: ee705dba75c2f7daae5403ad4599b6738e2da7a0
4 changes: 2 additions & 2 deletions trunk/drivers/net/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -4303,11 +4303,11 @@ static struct net_device_stats *s2io_get_stats(struct net_device *dev)
sp->stats.tx_errors =
le32_to_cpu(mac_control->stats_info->tmac_any_err_frms);
sp->stats.rx_errors =
le32_to_cpu(mac_control->stats_info->rmac_drop_frms);
le64_to_cpu(mac_control->stats_info->rmac_drop_frms);
sp->stats.multicast =
le32_to_cpu(mac_control->stats_info->rmac_vld_mcst_frms);
sp->stats.rx_length_errors =
le32_to_cpu(mac_control->stats_info->rmac_long_frms);
le64_to_cpu(mac_control->stats_info->rmac_long_frms);

return (&sp->stats);
}
Expand Down

0 comments on commit 1dd83fd

Please sign in to comment.