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_
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
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
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