From: Sathya Perla Date: Wed, 8 May 2013 02:05:50 +0000 (+0000) Subject: be2net: disable TX in be_close() X-Git-Tag: v3.10-rc1~34^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fba8755911841f9c1d49792ebce32448446e4ce2;p=pandora-kernel.git be2net: disable TX in be_close() be_close() followed by be_clear() is called as a part of cleanup in the EEH/AER flow. This patch stops TX in be_close() before cleaning/freeing up the TX queues in be_clear(). This prevents be_xmit() from being called while TX queues no longer exist. Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed