]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
qlcnic: Fix reset recovery after transmit timeout
authorSony Chacko <sony.chacko@qlogic.com>
Thu, 9 May 2013 09:25:13 +0000 (09:25 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 May 2013 23:01:15 +0000 (16:01 -0700)
commit536faa61825c8e92f520264228388d69783370d3
tree0f774d79e234546baceb955629bccf90f7090505
parentb938662d88264c1a92611ca1b82fdff5a4e87121
qlcnic: Fix reset recovery after transmit timeout

o When transmit timeout happens, recovery attempt should start with
  adapter soft reset. If soft reset fails to resume traffic, firmware
  dump will be collected and driver will perform a hard reset of the
  adapter. Reset recovery on 83xx was failing after a hard reset.
  This patch fixes that issue.

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