Try this:
Download from here the b43 package:
https://www.dropbox.com/s/n2tjz9jnj9xw5xb/b43.tar.gz(I have uploaded it onto my dropbox account).
As soon as it is downloaded, go to your Downloads folder to find it (it's named b43.tar.gz).
Right click on it and select "extract here". A new folder will be created named "b43".
Open terminal (ctrl+alt+T) and write the following commands, the one after the other, pressing <enter> after each one:
sudo mkdir /lib/firmware/b43
sudo cp /home/$USER/Downloads/b43/* /lib/firmware/b43
sudo modprobe -r b43
sudo modprobe b43
Wait 5-6 seconds and your wireless should start working.
A reboot may be required.