From: Sathya Perla Date: Wed, 8 May 2013 02:05:48 +0000 (+0000) Subject: be2net: fix payload_len value for GET_MAC_LIST cmd req X-Git-Tag: v3.10-rc1~34^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf591f51a53a589ee97b862881f4f07ed819fcbd;p=pandora-kernel.git be2net: fix payload_len value for GET_MAC_LIST cmd req The buffer size for a FW cmd request must be big enough to fit the response, else the cmd fails. For GET_MAC_LIST cmd, though the memory allocated for the cmd is big enough to fit the response, the payload_len value in the WRB hdr is being set to the request length only. Fix this for GET_MAC_LIST cmd. Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed