Searched refs:FW_DOWNLOAD_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
2422 #define FW_DOWNLOAD_BLOCK_SIZE 256 macro2639 if (nbytes > FW_DOWNLOAD_BLOCK_SIZE) in mwl_hal_fwload()2640 nbytes = FW_DOWNLOAD_BLOCK_SIZE; in mwl_hal_fwload()2641 if (!mwlSendBlock(mh, FW_DOWNLOAD_BLOCK_SIZE, fp, nbytes)) { in mwl_hal_fwload()