This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Regarding SDIO function driver for wifi class



Hi,

 

I am working on AM3352ZCZD72 processor, on Linux environment (v 3.1.0).

 We are using a multiplexer interface with processor to select between SDIO peripheral (WLAN) and SD memory card.

 I have identified sdio function driver for uart as "sdio_uart.c" (Which is under the path: LINUX/drivers/mmc/card). But I try to identify SDIO function driver for wifi class, I can see the file name as "sdio.c" (which is under the path: LINUX/drivers/net/wireless/wl12xx)

 Is it the sdio function driver for wifi class?

 I have to design a mux driver which interfaces between SDIO host controller driver and sdio function driver for wifi class.

Please let me know some ideas on this.

 

Regards,
Santhosh