From: Jon Mason Date: Thu, 11 Nov 2010 04:25:54 +0000 (+0000) Subject: vxge: Wait for Rx to become idle before reseting or closing X-Git-Tag: v2.6.38-rc1~476^2~611 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d2a5b406c02b224bd3f50992c8b02450c65a730;p=pandora-kernel.git vxge: Wait for Rx to become idle before reseting or closing Wait for the receive traffic to become idle before attempting to close or reset the adapter. To enable the processing of packets while Receive Idle, move the clearing of __VXGE_STATE_CARD_UP bit in vxge_close to after it. Also, modify the return value of the ISR when the adapter is down to IRQ_HANDLED. Otherwise there are unhandled interrupts for the device. Signed-off-by: Jon Mason Signed-off-by: Ram Vepa Signed-off-by: David S. Miller --- Reading git-diff-tree failed