Re: [PATCH 01/12] wl12xx: fw api change - add role_id to set_template
From: Eliad Peller <hidden>
Date: 2012-01-31 09:40:58
From: Eliad Peller <hidden>
Date: 2012-01-31 09:40:58
On Mon, Jan 30, 2012 at 9:53 PM, Luciano Coelho [off-list ref] wrote:
On Mon, 2012-01-30 at 14:00 +0200, Eliad Peller wrote:quoted
@@ -191,7 +193,7 @@ enum cmd_templ {/* unit ms */ #define WL1271_COMMAND_TIMEOUT 2000 #define WL1271_CMD_TEMPL_DFLT_SIZE 252 -#define WL1271_CMD_TEMPL_MAX_SIZE 548 +#define WL1271_CMD_TEMPL_MAX_SIZE 512 #define WL1271_EVENT_TIMEOUT 750Is this change here on purpose? Is it really related to the FW API change?
yes. this const determines the size of the wl1271_cmd_template_set struct. Eliad.