Re: [PATCH] jiffies_round -> jiffies_round_relative conversion - ipw2100/ipw2200

2007-10-16 Thread Zhu Yi
On Mon, 2007-10-15 at 00:38 -0500, Anton Blanchard wrote: > > When rounding a relative timeout we need to use > round_jiffies_relative(). ACK. John, please apply this patch to wireless-2.6. Thanks. -yi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] jiffies_round -> jiffies_round_relative conversion - ipw2100/ipw2200

2007-10-15 Thread Arjan van de Ven
On Mon, 15 Oct 2007 00:38:01 -0500 Anton Blanchard <[EMAIL PROTECTED]> wrote: > > When rounding a relative timeout we need to use > round_jiffies_relative(). Acked-by: Arjan van de Ven <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH] jiffies_round -> jiffies_round_relative conversion - ipw2100/ipw2200

2007-10-14 Thread Anton Blanchard
When rounding a relative timeout we need to use round_jiffies_relative(). Signed-off-by: Anton Blanchard <[EMAIL PROTECTED]> --- diff --git a/drivers/net/wireless/ipw2100.c b/drivers/net/wireless/ipw2100.c index 2d46a16..739d060 100644 --- a/drivers/net/wireless/ipw2100.c +++ b/drivers/net/wire