Netdev List
 help / color / mirror / Atom feed
* [PATCH 2/2] tc35815: Enable NAPI
@ 2009-10-26 13:46 Atsushi Nemoto
  2009-10-28 10:57 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Atsushi Nemoto @ 2009-10-26 13:46 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Ralf Roesch

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>
---
 drivers/net/tc35815.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/tc35815.c b/drivers/net/tc35815.c
index 3d38479..0d621ca 100644
--- a/drivers/net/tc35815.c
+++ b/drivers/net/tc35815.c
@@ -22,6 +22,7 @@
  * All Rights Reserved.
  */
 
+#define TC35815_NAPI
 #ifdef TC35815_NAPI
 #define DRV_VERSION	"1.38-NAPI"
 #else
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-29  4:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26 13:46 [PATCH 2/2] tc35815: Enable NAPI Atsushi Nemoto
2009-10-28 10:57 ` David Miller
2009-10-29  4:14   ` Atsushi Nemoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox