Same problem here (Ubuntu 14.04LTS)!
Please notice, there is already a different thread #727127.
While this does not fix the problem, for me it helped to do a manual configuration of the wlan interface, e.g. to edit
sudo vi /etc/network/interfaces
I followed the example given here (see 3.2). The page gives some other information and additional steps, which were not necessary in my case.
/etc/network/interfaces:
auto wlan0
iface wlan0 inet dhcp
wpa-driver wext
wpa-ssid your_network_ssid
wpa-psk your_network_psk
# if your SSID is hidden, change value to 2
wpa-ap-scan 1
# type WPA for WPA1, RSN for WPA2
wpa-proto RSN
# type CCMP for AES, TKIP for TKIP
wpa-pairwise CCMP
# type CCMP for AES, TKIP for TKIP
wpa-group CCMP
# type WPA-PSK for shared key (most common), WPA-EAP for enterprise radius server
wpa-key-mgmt WPA-PSK
I simply adjusted the settings for wpa-ssid and wpa-psk followed by a reboot.
With that, at least I got a working wifi connection back.
And I can hope now for a fix, which I will be able to download, when it becomes available.