Skip to content

Commit

Permalink
tc35815: Enable NAPI
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
atsushi-nemoto authored and davem330 committed Oct 28, 2009
1 parent 02c5c8e commit b75c6db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/tc35815.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* All Rights Reserved.
*/

#define TC35815_NAPI
#ifdef TC35815_NAPI
#define DRV_VERSION "1.38-NAPI"
#else
Expand Down

0 comments on commit b75c6db

Please sign in to comment.