It seems many people are having a problem with that wireless card and I could not find a solution that works for everyone.
The most common solution is
echo "blacklist acer_wmi" | sudo tee -a /etc/modprobe.d/blacklist.conf
echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf
Then reboot.
Posted on this blog - http://ubuntulinuxgethelp.com/2012/02/ubuntu-sony-vaio-atheros-ar9285-suddenly-keeps-dropping-wifi-connection/
Same commands are posted on the forums and askubuntu
Example: Why is my internet so slow with an Atheros wireless card?
You can also try (you will have to enable the backports repository first).
sudo apt-get install linux-backports-modules-wireless-lucid-generic
From https://help.ubuntu.com/community/WifiDocs/Device/Atheros/AR9285
My advice would be for you to try a more up to date version of Ubuntu as this is goin gto be dependent on the kernel. You may want to try 12.04, and if it does not work, file a bug report.