We had designed an SD/SDIO host controller, and I would like to
porting "SDIO Stack" with ar6000 SDIO WiFi card.
I know there are 3 layer on "SDIO Stack"( function layer, SDIO core,
and Host Ctrl. Driver); all I have to do is re-coding Host Ctrl Driver.
Now I got an error message when I insmod ar6000.ko on my SD/SDIO host controller:
"Failed to negotiate the block sizes"
I found it came from htc.c about line-134: A_WAIT_EVENT_INTERRUPTIBLE_TIMEOUT(htcEvent, (target->ready == TRUE),HTC_TARGET_RESPONSE_TIMEOUT);
Could you kindly give me some suggestion ?
Best Regards from Taiwan.
Richard Teng
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Sir:
Sorry for bother you!
We had designed an SD/SDIO host controller, and I would like to
porting "SDIO Stack" with ar6000 SDIO WiFi card.
I know there are 3 layer on "SDIO Stack"( function layer, SDIO core,
and Host Ctrl. Driver); all I have to do is re-coding Host Ctrl Driver.
Now I got an error message when I insmod ar6000.ko on my SD/SDIO host controller:
"Failed to negotiate the block sizes"
I found it came from htc.c about line-134: A_WAIT_EVENT_INTERRUPTIBLE_TIMEOUT(htcEvent, (target->ready == TRUE),HTC_TARGET_RESPONSE_TIMEOUT);
Could you kindly give me some suggestion ?
Best Regards from Taiwan.
Richard Teng