Ethernet and nRF24LO1+ Working together?

Works beatifully, at least one direction!

I tried this, added it before and after calling nRF;

void SwitchRfEth()
{
  //Switch ethernet's CS pin state
  digitalWrite(10, !digitalRead(10));
  //Switch radio's CS pin state
  digitalWrite(8, !digitalRead(8));
}

Thanks!!!

Cheers,
Kari