From: David S. Miller Date: Tue, 8 Jan 2008 04:48:21 +0000 (-0800) Subject: [NET]: Do not check netif_running() and carrier state in ->poll() X-Git-Tag: v2.6.24-rc8~54^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec2411980d0fd2995e8dea8a06fe57aa47523cb;p=pandora-kernel.git [NET]: Do not check netif_running() and carrier state in ->poll() Drivers do this to try to break out of the ->poll()'ing loop when the device is being brought administratively down. Now that we have a napi_disable() "pending" state we are going to solve that problem generically. Signed-off-by: David S. Miller --- Reading git-diff-tree failed