Home
last modified time | relevance | path

Searched refs:mm81x_cmd_tx (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dcommand.c33 static int mm81x_cmd_tx(struct mm81x *mors, struct host_cmd_resp *resp, in mm81x_cmd_tx() function
246 return mm81x_cmd_tx(mors, NULL, (struct host_cmd_req *)&req, 0, 0); in mm81x_cmd_sta_state()
271 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_add_if()
289 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&rsp, in mm81x_cmd_get_capabilities()
316 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_get_max_txpower()
359 ret = mm81x_cmd_tx(mors, NULL, (struct host_cmd_req *)req, 0, 0); in mm81x_cmd_hw_scan()
375 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_set_txpower()
398 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_set_channel()
419 return mm81x_cmd_tx(mors, NULL, (struct host_cmd_req *)&req, 0, 0); in mm81x_cmd_disable_key()
446 ret = mm81x_cmd_tx(mors, (struct host_cmd_resp *)&resp, in mm81x_cmd_install_key()
[all …]