Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dusb.c997 u8 *firmware = fw->fw_buf, *recv_buff; in mwifiex_prog_fw_w_helper() local
1019 recv_buff = kzalloc(FW_DNLD_RX_BUF_SIZE, GFP_KERNEL); in mwifiex_prog_fw_w_helper()
1020 if (!recv_buff) in mwifiex_prog_fw_w_helper()
1059 buf = recv_buff; in mwifiex_prog_fw_w_helper()
1073 memcpy(&sync_fw, recv_buff, in mwifiex_prog_fw_w_helper()
1114 kfree(recv_buff); in mwifiex_prog_fw_w_helper()