From: Sathya Perla Date: Thu, 22 Aug 2013 06:53:41 +0000 (+0530) Subject: be2net: fix disabling TX in be_close() X-Git-Tag: v3.11-rc7~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e1f99757a2b24b7255263b2240a0eb04215174d;p=pandora-kernel.git be2net: fix disabling TX in be_close() 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed