1
0
Fork 0

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>
wifi-calibration
Ben Hutchings 2012-04-05 14:39:10 +00:00 committed by David S. Miller
parent b4f79e5cb2
commit 93b6a3adbd
1 changed files with 1 additions and 2 deletions

View File

@ -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.