I'm developmenting a SDIO WLAN client driver in WinXP SP2.
When I use SdBusSubmitRequest() to send a CMD53 with multi-block.
The "Byte/Block count" field in CMD53 will be overwrite with the
length of the MDL (when < 64 bytes) or 64 bytes (when > 64 bytes).
Does SDBus support SDIO multi-block mode?
If yes, how to program it?