hi, this fixes a typo in sky2.c. Since skge.h also contains GM_RXE_SHT i decided to change the c file and not the header.
Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> --- linux-2.6.16-git6/drivers/net/sky2.c.orig 2006-03-23 18:02:16.000000000 +0100 +++ linux-2.6.16-git6/drivers/net/sky2.c 2006-03-23 18:02:22.000000000 +0100 @@ -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 }, - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html