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

/drivers/net/wireless/wl1251/
H A Dcmd.c21 int wl1251_cmd_send(struct wl1251 *wl, u16 id, void *buf, size_t len) function
74 ret = wl1251_cmd_send(wl, CMD_TEST, buf, buf_len);
121 ret = wl1251_cmd_send(wl, CMD_INTERROGATE, acx, sizeof(*acx));
159 ret = wl1251_cmd_send(wl, CMD_CONFIGURE, acx, len);
195 ret = wl1251_cmd_send(wl, CMD_VBM, vbm, sizeof(*vbm));
230 ret = wl1251_cmd_send(wl, cmd_rx, cmd, sizeof(*cmd));
240 ret = wl1251_cmd_send(wl, cmd_tx, cmd, sizeof(*cmd));
298 ret = wl1251_cmd_send(wl, CMD_START_JOIN, join, sizeof(*join));
328 ret = wl1251_cmd_send(wl, CMD_SET_PS_MODE, ps_params,
360 ret = wl1251_cmd_send(w
[all...]

Completed in 61 milliseconds