Skip to content

Commit

Permalink
doc, net: Remove obsolete reference to dev->poll
Browse files Browse the repository at this point in the history
Commit bea3348 ('[NET]: Make NAPI
polling independent of struct net_device objects.') removed the
automatic disabling of NAPI polling by dev_close(), and drivers
must now do this themselves.

Signed-off-by: Ben Hutchings <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Ben Hutchings authored and davem330 committed Apr 6, 2012
1 parent b4f79e5 commit 93b6a3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Documentation/networking/netdevices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ dev->open:
dev->stop:
Synchronization: rtnl_lock() semaphore.
Context: process
Note1: netif_running() is guaranteed false
Note2: dev->poll() is guaranteed to be stopped
Note: netif_running() is guaranteed false

dev->do_ioctl:
Synchronization: rtnl_lock() semaphore.
Expand Down

0 comments on commit 93b6a3a

Please sign in to comment.