Searched refs:ucode_info_len (Results 1 - 1 of 1) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ducode_download.c138 unsigned long ucode_info_len = 0, status; local
184 if ((ucode_info_len = check_ucode_file(
191 ucodetrx_buf = (unsigned char *)malloc(ucode_info_len *
194 ucode_info_len, fp);
195 if (ucode_info_len > 0) {

Completed in 25 milliseconds