Discussed in the forums here: http://forums.devkitpro.org/viewtopic.php?f=23&t=1425
dswifi's Wifi_Update() may be called simultaneously as part of the fifo handler and dswifi's IRQ_TIMER3 timer, leading to corruption of WifiData, since the fifo handler is called with REG_IME set.
This patch adds a flag to the Wifi_Update() signature so that it can be instructed to not check for received...
2009-07-08 18:24:11 UTC in devkitPro