aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/qlcnic/qlcnic.h
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2011-04-06 07:47:23 -0400
committerDavid S. Miller <davem@davemloft.net>2011-04-06 18:05:45 -0400
commit94469f75321d13a42056514e2883590b91d84cba (patch)
tree6bf6b52ef6b3480705956c34581860cf7081c4cb /drivers/net/qlcnic/qlcnic.h
parent066413dac420c8225e3ef7f0f76c3255448782d3 (diff)
qlcnic: convert to set_phys_id
Convert driver to use new ethtool set_phys_id. Not completely sure that this is correct for all cases of device up/down and doing operation. Compile tested only. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/qlcnic/qlcnic.h')
-rw-r--r--drivers/net/qlcnic/qlcnic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/qlcnic/qlcnic.h b/drivers/net/qlcnic/qlcnic.h
index dc6f7c69acac..b6e0fc33585f 100644
--- a/drivers/net/qlcnic/qlcnic.h
+++ b/drivers/net/qlcnic/qlcnic.h
@@ -912,6 +912,7 @@ struct qlcnic_adapter {
912 struct net_device *netdev; 912 struct net_device *netdev;
913 struct pci_dev *pdev; 913 struct pci_dev *pdev;
914 914
915 bool blink_was_down;
915 unsigned long state; 916 unsigned long state;
916 u32 flags; 917 u32 flags;
917 918