Difference between revisions of "Hardware/802.11 Wireless"
< Hardware
Jump to navigation
Jump to search
(add link to Wii WLAN information on gc-linux's wiki) |
Awesomebing1 (talk | contribs) (Use an archive of Wiire.org and the new Android source site with what's most likely the same as given) |
||
Line 8: | Line 8: | ||
}} | }} | ||
− | The wireless hardware on the Wii is a [http://www.wiire.org/Wii/console/wifi_card BCM4318-based daughterboard] that connects to the Hollywood via an internal SDIO bus. Information on this device is scarce. | + | The wireless hardware on the Wii is a [https://web.archive.org/web/20120609045225/http://www.wiire.org/Wii/console/wifi_card BCM4318-based daughterboard] that connects to the Hollywood via an internal SDIO bus. Information on this device is scarce. |
See http://www.gc-linux.org/wiki/Wii:WLAN for additional information. | See http://www.gc-linux.org/wiki/Wii:WLAN for additional information. | ||
− | IOS's WL driver contains a lot of code that matches up with the code in the [ | + | IOS's WL driver contains a lot of code that matches up with the code in the [https://android.googlesource.com/platform/hardware/broadcom/wlan/+/refs/heads/eclair-release/ Android broadcom.git] repo, specifically [https://android.googlesource.com/platform/hardware/broadcom/wlan/+/refs/heads/eclair-release/bcm4329/src/bcmsdio/sys/bcmsdh.c bcmsdh.c] and [https://android.googlesource.com/platform/hardware/broadcom/wlan/+/refs/heads/eclair-release/bcm4329/src/bcmsdio/sys/bcmsdstd.c bcmsdstd.c]. That driver, combined with the knowledge that the BCM4318 is connected to the Hollywood via a standard SDHC at 0x0d080000, is probably enough to get WiFi working. |
Revision as of 04:53, 24 May 2019
802.11 Wireless | |
Access | |
---|---|
Broadway | None |
Starlet | Full |
Registers | |
Base | 0x0d080000 |
Length | 0x200 |
Access size | unknown/32[check] bits |
Byte order | Reversed Little Endian |
IRQs | |
Hollywood | 8[check] |
The wireless hardware on the Wii is a BCM4318-based daughterboard that connects to the Hollywood via an internal SDIO bus. Information on this device is scarce.
See http://www.gc-linux.org/wiki/Wii:WLAN for additional information.
IOS's WL driver contains a lot of code that matches up with the code in the Android broadcom.git repo, specifically bcmsdh.c and bcmsdstd.c. That driver, combined with the knowledge that the BCM4318 is connected to the Hollywood via a standard SDHC at 0x0d080000, is probably enough to get WiFi working.