mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[PATCH] sky2: typo in last stats patch
Typo in last stats patch. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
88e3c1da8b
commit
d26045404c
1 changed files with 1 additions and 1 deletions
|
@ -2484,7 +2484,7 @@ static const struct sky2_stat {
|
|||
{ "single_collisions", GM_TXF_SNG_COL },
|
||||
{ "multi_collisions", GM_TXF_MUL_COL },
|
||||
|
||||
{ "rx_short", GM_RXE_SHT },
|
||||
{ "rx_short", GM_RXF_SHT },
|
||||
{ "rx_runt", GM_RXE_FRAG },
|
||||
{ "rx_64_byte_packets", GM_RXF_64B },
|
||||
{ "rx_65_to_127_byte_packets", GM_RXF_127B },
|
||||
|
|
Loading…
Reference in a new issue