Skip to content

Commit

Permalink
pcnet32 NAPI no longer experimental
Browse files Browse the repository at this point in the history
Remove the experimental tag for the pcnet32 NAPI implementation.

Signed-off-by:  Don Fry <pcnet32@verizon.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
pcnet32@verizon.net authored and Jeff Garzik committed Feb 17, 2007
1 parent 04ce094 commit 659dd83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1284,8 +1284,8 @@ config PCNET32
will be called pcnet32.

config PCNET32_NAPI
bool "Use RX polling (NAPI) (EXPERIMENTAL)"
depends on PCNET32 && EXPERIMENTAL
bool "Use RX polling (NAPI)"
depends on PCNET32
help
NAPI is a new driver API designed to reduce CPU and interrupt load
when the driver is receiving lots of packets from the card. It is
Expand Down

0 comments on commit 659dd83

Please sign in to comment.