ventosus what compilers etc. are you using.
i'm building on linux box with maple-ide-v0.0.12 and using dinau's Ethernet lib with W5200 support for WIZ820io on Maple RET6.
As noted elsewhere, and my benchmarks confirm, maple SPI at 18 MHz is no faster than SPI at 9MHz using SPI.transfer() -- you need to go to DMA to get full clock speed SPI. Nevertheless, when I configure SPI2 to 18MHZ -- DHCP fails, and non-DHCP sketches behave erratically (e.g. TelnetClient). Even some maple crashes (flashing LED). Things are good at 9MHz.
thanks