--- ../linux-sharp-c3200+nwfpe/drivers/net/ppp_async.c 2004-08-21 09:48:36.000000000 +0900 +++ linux/drivers/net/ppp_async.c 2006-05-04 14:19:09.816869288 +0900 @@ -80,7 +80,7 @@ /* Bits in rbits */ #define SC_RCV_BITS (SC_RCV_B7_1|SC_RCV_B7_0|SC_RCV_ODDP|SC_RCV_EVNP) -static int flag_time = HZ; +static int flag_time = 0; MODULE_PARM(flag_time, "i"); MODULE_PARM_DESC(flag_time, "ppp_async: interval between flagged packets (in clock ticks)"); MODULE_LICENSE("GPL");