Re: [PATCH] r6040 various cleanups

2008-01-12 Thread Jeff Garzik
Florian Fainelli wrote: The following patch applies to Jeff's netdev-2.6 tree with Francois's r6040 recent changes pulled to this tree. - remove unused private structure members - functions to allocate/free TX and RX buffers - recover from transmit timeout - use netdev_alloc_skb instead of dev_

Re: [PATCH] r6040 various cleanups

2007-12-13 Thread Florian Fainelli
Hi Francois, Francois Romieu a écrit : > Thanks, I have split it in parts. The serie should be available shortly at: > > git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6.git r6040 You are welcome, thank you for taking care of this driver ! > > Please note that: > 1. TIMER_WUT ha

Re: [PATCH] r6040 various cleanups

2007-12-12 Thread Francois Romieu
Florian Fainelli <[EMAIL PROTECTED]> : [r6040 changes] > - remove unused private structure members > - functions to allocate/free TX and RX buffers > - recover from transmit timeout > - use netdev_alloc_skb instead of dev_alloc_skb > - do not use a private stats structure to store statistics > - br

[PATCH] r6040 various cleanups

2007-12-12 Thread Florian Fainelli
The following patch applies to Jeff's netdev-2.6 tree with Francois's r6040 recent changes pulled to this tree. - remove unused private structure members - functions to allocate/free TX and RX buffers - recover from transmit timeout - use netdev_alloc_skb instead of dev_alloc_skb - do not use a p