Hi,
I am a newbie to the linux world and I am trying to understand the wifi module of TI on Android G1 device.
I could understand that AP connects to the WIFI chip or viceversa via SDIO driver. I went to a stage where I could figure out of the SDIO driver gets initialized for an EMBEDDED device (EMBEDDED SDIO). Also on the WIFI module I could find functions like SDIO sync read and SDIO sync write.
Now I dont understand how App processor sends data to the wifi chip via SDIO driver i.e., the actual flow of AP->SDIO->WLAN.
Can anybody please help me figure out the flow? Or is there any documentation which will explain me the working?
I am very new to all these and hence need to first understand the sequential flow more than anything else ........