Stephen Hemminger wrote:
Michael Buesch spotted this typo. The impact is that the incorrect value was being computed for blinking LED and interrupt moderation values.Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- skge-2.6.orig/drivers/net/skge.c +++ skge-2.6/drivers/net/skge.c @@ -519,7 +519,7 @@ static inline u32 hwkhz(const struct skg if (hw->chip_id == CHIP_ID_GENESIS) return 53215; /* or: 53.125 MHz */
-------------------------^ Should this be 53125? Larry - 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
