diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2012-04-05 18:39:10 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-06 10:43:12 +0400 |
commit | 93b6a3adbd159174772702744b142d60e3891dfa (patch) | |
tree | 30e83a82a4dde090b7a7fda48eb5a8602a1068c1 | |
parent | b4f79e5cb2182f27d151da6e223186f287a615d6 (diff) | |
download | linux-93b6a3adbd159174772702744b142d60e3891dfa.tar.xz |
doc, net: Remove obsolete reference to dev->poll
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>
-rw-r--r-- | Documentation/networking/netdevices.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/networking/netdevices.txt b/Documentation/networking/netdevices.txt index 89358341682a..336fe8e85b20 100644 --- a/Documentation/networking/netdevices.txt +++ b/Documentation/networking/netdevices.txt @@ -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. |