diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-03-23 19:51:36 +0300 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-24 01:13:53 +0300 |
commit | d26045404c8925eadf252aeb6b5b8055fc01e9de (patch) | |
tree | edb472fd42166519e070befc03f79498923e6ceb /drivers | |
parent | 88e3c1da8b3258a81c5c81d4e7e22557b7d71ba7 (diff) | |
download | linux-d26045404c8925eadf252aeb6b5b8055fc01e9de.tar.xz |
[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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/sky2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 36db93811ac7..78c210facaa8 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c @@ -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 }, |