qlcnic: Clear link status when interface is down
authorShahed Shaikh <shahed.shaikh@qlogic.com>
Fri, 22 Mar 2013 05:57:56 +0000 (05:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 22 Mar 2013 16:47:29 +0000 (12:47 -0400)
o When interface is down, mailbox command to get context statistics
  fails. So restrict driver from issuing get statistics command when
  interface is down.

Signed-off-by: Shahed Shaikh <shahed.shaikh@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c

index d980723..d8b9e3b 100644 (file)
@@ -1412,6 +1412,7 @@ void __qlcnic_down(struct qlcnic_adapter *adapter, struct net_device *netdev)
        smp_mb();
        spin_lock(&adapter->tx_clean_lock);
        netif_carrier_off(netdev);
+       adapter->ahw->linkup = 0;
        netif_tx_disable(netdev);
 
        qlcnic_free_mac_list(adapter);