Skip to content

Commit 93b6a3a

Browse files
Ben Hutchingsdavem330
Ben Hutchings
authored andcommitted
doc, net: Remove obsolete reference to dev->poll
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 <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent b4f79e5 commit 93b6a3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Documentation/networking/netdevices.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ dev->open:
5454
dev->stop:
5555
Synchronization: rtnl_lock() semaphore.
5656
Context: process
57-
Note1: netif_running() is guaranteed false
58-
Note2: dev->poll() is guaranteed to be stopped
57+
Note: netif_running() is guaranteed false
5958

6059
dev->do_ioctl:
6160
Synchronization: rtnl_lock() semaphore.

0 commit comments

Comments
 (0)