Ver código fonte

tc35815: Enable NAPI

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>
Atsushi Nemoto 15 anos atrás
pai
commit
b75c6dbb45
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      drivers/net/tc35815.c

+ 1 - 0
drivers/net/tc35815.c

@@ -22,6 +22,7 @@
  * All Rights Reserved.
  */
 
+#define TC35815_NAPI
 #ifdef TC35815_NAPI
 #define DRV_VERSION	"1.38-NAPI"
 #else