From: Ajit Khaparde Date: Thu, 29 Jul 2010 06:18:58 +0000 (+0000) Subject: be2net: fix to avoid sending get_stats request if one is already being processed. X-Git-Tag: v2.6.36-rc1~571^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fc48c37ff3969dde71a43fa7c8f176d4bd90a3e;p=pandora-kernel.git be2net: fix to avoid sending get_stats request if one is already being processed. GET_STATS request uses the same memory region as the response. If a new request for get stats is fired before the response for the previous get_stats request is received, the response will corrupt the new request, causing the f/w to misbehave. Signed-off-by: Somnath K Signed-off-by: Ajit Khaparde Signed-off-by: David S. Miller --- Reading git-diff-tree failed