mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 21:33:00 +00:00
doc, net: Remove obsolete reference to dev->poll
Commit bea3348eef
('[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>
This commit is contained in:
parent
b4f79e5cb2
commit
93b6a3adbd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user