be2net: fix disabling TX in be_close()
authorSathya Perla <sathya.perla@emulex.com>
Thu, 22 Aug 2013 06:53:41 +0000 (12:23 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Aug 2013 02:58:23 +0000 (19:58 -0700)
commit fba875591 ("disable TX in be_close()") disabled TX in be_close()
to protect be_xmit() from touching freed up queues in the AER recovery
flow.  But, TX must be disabled *before* cleaning up TX completions in
the close() path, not after. This allows be_tx_compl_clean() to free up
all TX-req skbs that were notified to the HW.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found