Searched refs:FW_DOWNLOAD_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
2421 #define FW_DOWNLOAD_BLOCK_SIZE 256 macro2637 if (nbytes > FW_DOWNLOAD_BLOCK_SIZE) in mwl_hal_fwload()2638 nbytes = FW_DOWNLOAD_BLOCK_SIZE; in mwl_hal_fwload()2639 if (!mwlSendBlock(mh, FW_DOWNLOAD_BLOCK_SIZE, fp, nbytes)) { in mwl_hal_fwload()