diff options
author | stephen hemminger <shemminger@vyatta.com> | 2011-04-06 11:47:23 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-06 15:05:45 -0700 |
commit | 94469f75321d13a42056514e2883590b91d84cba (patch) | |
tree | 6bf6b52ef6b3480705956c34581860cf7081c4cb /drivers/net/qlcnic/qlcnic.h | |
parent | 066413dac420c8225e3ef7f0f76c3255448782d3 (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.h | 1 |
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 { struct net_device *netdev; struct pci_dev *pdev; + bool blink_was_down; unsigned long state; u32 flags; |