tc35815: Enable NAPI
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 26 Oct 2009 03:46:22 +0000 (03:46 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:56:55 +0000 (03:56 -0700)
This driver has NAPI code but it has been disabled.  Enable it now.
The non-napi code will be removed lator.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tc35815.c

index 3d38479..0d621ca 100644 (file)
@@ -22,6 +22,7 @@
  * All Rights Reserved.
  */
 
+#define TC35815_NAPI
 #ifdef TC35815_NAPI
 #define DRV_VERSION    "1.38-NAPI"
 #else