aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorDimitris Michailidis <dm@chelsio.com>2010-05-18 10:07:12 +0000
committerDavid S. Miller <davem@davemloft.net>2010-05-18 15:16:45 -0700
commitaaefae9b32b2cba7350a4d524357168119372e51 (patch)
tree9d243b81071edbb3177417a1a35c973aa21f3d42 /drivers/net/cxgb4/cxgb4.h
parentcxgb4: fix initial addition of MAC address (diff)
downloadlinux-dev-aaefae9b32b2cba7350a4d524357168119372e51.tar.xz
linux-dev-aaefae9b32b2cba7350a4d524357168119372e51.zip
cxgb4: keep interrupts available when the ports are brought down
The PF driver needs to remain alert while its ports are down to service requests or errors from virtual functions or FW so keep interrupts and queues available when the ports are brought down. The change makes open_device_map unnecessary so remove it. Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/cxgb4/cxgb4.h')
-rw-r--r--drivers/net/cxgb4/cxgb4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/cxgb4/cxgb4.h b/drivers/net/cxgb4/cxgb4.h
index d3a5c3433df7..dd1770e075e6 100644
--- a/drivers/net/cxgb4/cxgb4.h
+++ b/drivers/net/cxgb4/cxgb4.h
@@ -477,7 +477,6 @@ struct adapter {
struct pci_dev *pdev;
struct device *pdev_dev;
unsigned long registered_device_map;
- unsigned long open_device_map;
unsigned long flags;
const char *name;