Firmware for broadcom hub/wi-fi adaptor

Just purchased the Broadcom hub and wi-fi adaptor, but when I plug it in in to my Pi running the latest raspbian image (2014-09-09) I get a message saying:
“fail to request firmware brcm/brcmfmac43143.bin”. Is the file available for download?
Tony

Update:
Found solution here

Hey Tony!

Thanks for posting the update with solution :-) For others looking for the solution you need to do the following:

git clone --depth 1 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
cd linux-firmware
sudo cp -R * /lib/firmware

Also I expect this will be resolved in a future NOOBs update!