wl1251_cmd_template_set
int wl1251_cmd_template_set(struct wl1251 *wl, u16 cmd_id,
ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, NULL,
ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, NULL,
ret = wl1251_cmd_template_set(wl, CMD_PS_POLL, NULL,
ret = wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, NULL,
ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, NULL,
ret = wl1251_cmd_template_set(wl, CMD_BEACON, NULL,
ret = wl1251_cmd_template_set(wl, CMD_PROBE_REQ, skb->data,
ret = wl1251_cmd_template_set(wl, CMD_PS_POLL,
ret = wl1251_cmd_template_set(wl, CMD_BEACON, beacon->data,
ret = wl1251_cmd_template_set(wl, CMD_PROBE_RESP, beacon->data,
ret = wl1251_cmd_template_set(wl, CMD_NULL_DATA, ptr, size);
return wl1251_cmd_template_set(wl, CMD_QOS_NULL_DATA, &template,
ret = wl1251_cmd_template_set(wl, CMD_DISCONNECT, NULL, 0);