Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/mwifiex/
Dusb.c838 u8 *firmware = fw->fw_buf, *recv_buff; in mwifiex_prog_fw_w_helper() local
858 recv_buff = kzalloc(FW_DNLD_RX_BUF_SIZE, GFP_KERNEL); in mwifiex_prog_fw_w_helper()
859 if (!recv_buff) in mwifiex_prog_fw_w_helper()
897 buf = recv_buff; in mwifiex_prog_fw_w_helper()
910 memcpy(&sync_fw, recv_buff, in mwifiex_prog_fw_w_helper()
951 kfree(recv_buff); in mwifiex_prog_fw_w_helper()