]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
doc, net: Remove obsolete reference to dev->poll
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 5 Apr 2012 14:39:10 +0000 (14:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Apr 2012 06:43:12 +0000 (02:43 -0400)
Commit bea3348eef27e6044b6161fd04c3152215f96411 ('[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>
Documentation/networking/netdevices.txt

index 89358341682a1290879d26b854c1527991b54768..336fe8e85b20d682d98ffc21b1bdbcf2586095f5 100644 (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.