From: Eliad Peller Date: Tue, 27 Nov 2012 06:44:45 +0000 (+0200) Subject: wlcore: allow fw commands to fail X-Git-Tag: v3.9-rc1~139^2~2^2^2~42^2~50^2^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5084356fb05093da9ff225fd2c2fcfd363371c;p=pandora-kernel.git wlcore: allow fw commands to fail Currently, each fw command/acx that return a status code different than CMD_STATUS_SUCCESS will trigger a recovery in the driver. However, it is a valid for some fw commands to fail (e.g. due to temporary lack of resources), so add new functions that allow passing bitmap of valid error return values. (make the current wl1271_cmd_send/wl1271_cmd_configure wrappers around the new functions, in order to avoid changing the whole driver) Signed-off-by: Eliad Peller Signed-off-by: Arik Nemtsov Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed