Searched refs:wcn36xx_smd_rsp_status_check (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 288 static int wcn36xx_smd_rsp_status_check(void *buf, size_t len) in wcn36xx_smd_rsp_status_check() function 356 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, in wcn36xx_smd_load_nv() 475 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_stop() 504 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_init_scan() 534 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_start_scan() 564 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_end_scan() 595 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_finish_scan() 610 ret = wcn36xx_smd_rsp_status_check(buf, len); in wcn36xx_smd_switch_channel_rsp() 787 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_delete_sta_self() 819 ret = wcn36xx_smd_rsp_status_check(wcn->hal_buf, wcn->hal_rsp_len); in wcn36xx_smd_delete_sta() [all …]
|