Searched refs:FW_DOWNLOAD_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
76 #define FW_DOWNLOAD_BLOCK_SIZE 256 macro
1083 if (nbytes > FW_DOWNLOAD_BLOCK_SIZE) in mwl_fwload()1084 nbytes = FW_DOWNLOAD_BLOCK_SIZE; in mwl_fwload()1085 if (!mwlSendBlock(sc, FW_DOWNLOAD_BLOCK_SIZE, fp, in mwl_fwload()