Searched defs:wl1271_cmd_template_set (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/wl12xx/
H A Dcmd.c1025 int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id, function
1028 struct wl1271_cmd_template_set *cmd;
1085 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_NULL_DATA, ptr, size, 0,
1108 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_KLV,
1133 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_PS_POLL, skb->data,
1161 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_2_4,
1164 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_5,
1189 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_2_4,
1192 ret = wl1271_cmd_template_set(wl, CMD_TEMPL_CFG_PROBE_REQ_5,
1238 ret = wl1271_cmd_template_set(w
[all...]
H A Dcmd.h57 int wl1271_cmd_template_set(struct wl1271 *wl, u16 template_id,
364 struct wl1271_cmd_template_set { struct

Completed in 61 milliseconds