Performance depends on the way you are downloading data to the device. That ~1.2MB/s was measured as pure download speed, even without storing the received data on memory card. Saving data to memory card (that's natural for normal use) will drop the performance to ~1MB/s, using scp will decrease it even more because of extra load on cpu introduced by encryption. Poorly written download client may screw up the performance too. What have you used in your tests?