aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/netxen
diff options
context:
space:
mode:
authorSony Chacko <sony.chacko@qlogic.com>2011-03-10 23:50:02 +0000
committerDavid S. Miller <davem@davemloft.net>2011-03-14 15:12:19 -0700
commitd478af0d6bb38c971d1172e99c5046025a9167c9 (patch)
tree02a1f66f40db6329ceeb565576df4ed6fd60e650 /drivers/net/netxen
parentphylib: SIOCGMIIREG/SIOCSMIIREG: allow access to all mdio addresses (diff)
downloadlinux-dev-d478af0d6bb38c971d1172e99c5046025a9167c9.tar.xz
linux-dev-d478af0d6bb38c971d1172e99c5046025a9167c9.zip
netxen: Notify firmware of Flex-10 interface down
Notify firmware when a Flex-10 interface is brought down so that virtual connect manager can display the correct link status. Signed-off-by: Sony Chacko <sony.chacko@qlogic.com> Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen')
-rw-r--r--drivers/net/netxen/netxen_nic_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/netxen/netxen_nic_main.c b/drivers/net/netxen/netxen_nic_main.c
index 33fac32e0d9f..83348dc4b184 100644
--- a/drivers/net/netxen/netxen_nic_main.c
+++ b/drivers/net/netxen/netxen_nic_main.c
@@ -1032,6 +1032,9 @@ __netxen_nic_down(struct netxen_adapter *adapter, struct net_device *netdev)
netif_carrier_off(netdev);
netif_tx_disable(netdev);
+ if (adapter->capabilities & NX_FW_CAPABILITY_LINK_NOTIFICATION)
+ netxen_linkevent_request(adapter, 0);
+
if (adapter->stop_port)
adapter->stop_port(adapter);