Re: [PATCH] r6040 various bugfixes

2007-11-15 Thread Florian Fainelli
Hello Stephen, Le jeudi 15 novembre 2007, Stephen Hemminger a écrit : > Looks good, thanks: > > There is a function to make this easier: > > @@ -756,10 +803,8 @@ r6040_open(struct net_device *dev) > > if (lp->switch_sig != ICPLUS_PHY_ID) { > > /* set and active a timer process */ >

Re: [PATCH] r6040 various bugfixes

2007-11-15 Thread Stephen Hemminger
On Thu, 15 Nov 2007 19:37:43 +0100 Florian Fainelli <[EMAIL PROTECTED]> wrote: > This patch fixes various bugfixes spotted by Stephen, thanks ! > > - add functions to allocate/free TX and RX buffers > - recover from transmit timeout and use the 4 helpers defined below > - use netdev_alloc_skb ins

[PATCH] r6040 various bugfixes

2007-11-15 Thread Florian Fainelli
This patch fixes various bugfixes spotted by Stephen, thanks ! - add functions to allocate/free TX and RX buffers - recover from transmit timeout and use the 4 helpers defined below - use netdev_alloc_skb instead of dev_alloc_skb - do not use a private stats structure to store statistics - break e