Re: [PATCH] - drivers/net/hamradio remove local random function, use random32()

2007-02-19 Thread Thomas Sailer
On Fri, 2007-02-16 at 09:42 -0800, Joe Perches wrote: Signed-off-by: Joe Perches [EMAIL PROTECTED] Acked-By: Thomas Sailer [EMAIL PROTECTED] Thanks a lot! Tom - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] - drivers/net/hamradio remove local random function, use random32()

2007-02-16 Thread Thomas Sailer
On Thu, 2007-02-15 at 19:36 -0800, Joe Perches wrote: remove local random function, use random32() instead Signed-off-by: Joe Perches [EMAIL PROTECTED] Acked-By: Thomas Sailer [EMAIL PROTECTED] There are a bunch of other drivers with their homegrown random number function, namely 6pack.c

Re: [PATCH] - drivers/net/hamradio remove local random function, use random32()

2007-02-16 Thread Joe Perches
On Fri, 2007-02-16 at 11:50 +0100, Thomas Sailer wrote: On Thu, 2007-02-15 at 19:36 -0800, Joe Perches wrote: remove local random function, use random32() instead Signed-off-by: Joe Perches [EMAIL PROTECTED] Acked-By: Thomas Sailer [EMAIL PROTECTED] There are a bunch of other drivers

[PATCH] - drivers/net/hamradio remove local random function, use random32()

2007-02-15 Thread Joe Perches
remove local random function, use random32() instead Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/drivers/net/hamradio/baycom_epp.c b/drivers/net/hamradio/baycom_epp.c index 153b6dc..84aa211 100644 --- a/drivers/net/hamradio/baycom_epp.c +++ b/drivers/net/hamradio/baycom_epp.c @@