[PATCH] [-MM, FIX] e1000e: incorporate napi_struct changes from net-2.6.24.git

2007-08-23 Thread Auke Kok
This incorporates the new napi_struct changes into e1000e. Included bugfix for ifdown hang from Krishna Kumar for e1000. Signed-off-by: Auke Kok <[EMAIL PROTECTED]> --- drivers/net/e1000e/e1000.h |2 ++ drivers/net/e1000e/netdev.c | 35 --- 2 files changed,

Re: [PATCH] [-MM, FIX] e1000e: incorporate napi_struct changes from net-2.6.24.git

2007-08-23 Thread David Miller
From: Auke Kok <[EMAIL PROTECTED]> Date: Thu, 23 Aug 2007 07:59:11 -0700 > This incorporates the new napi_struct changes into e1000e. Included > bugfix for ifdown hang from Krishna Kumar for e1000. > > Signed-off-by: Auke Kok <[EMAIL PROTECTED]> Acked-by: David S. Miller <[EMAIL PROTECTED]> - To