mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-17 17:48:55 +00:00
V1.0.6
This commit is contained in:
@@ -266,8 +266,10 @@ rt_int32_t sdio_io_rw_extended_block(struct rt_sdio_function *func,
|
||||
while (left_size > func->cur_blk_size)
|
||||
{
|
||||
blks = left_size / func->cur_blk_size;
|
||||
#ifndef AIC_WLAN_ASR
|
||||
if (blks > max_blks)
|
||||
blks = max_blks;
|
||||
#endif
|
||||
len = blks * func->cur_blk_size;
|
||||
|
||||
ret = sdio_io_rw_extended(func->card, rw, func->num,
|
||||
|
||||
Reference in New Issue
Block a user