No mate, I'm downloading the 64bit version for my laptop.
Fedora 8 is really easy to get the wireless card working. I made some notes when I got mine working.
Download the firmware for the card
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
untar the package
tar xjf broadcom-wl-4.80.53.0.tar.bz2
Install the driver
/usr/bin/b43-fwcutter -w /lib/firmware/ /home/Matt/broadcom-wl-4.80.53.0/kmod/wl_apsta.o
Probably easiest then to restart the machine to let the system load the firmware into your card and NetworkManager, on the top Gnome panel in the notification area to the right, should have a list of wireless access points to connect to.
If NM doesn't show it may need to be started.
NM will ask you for your WEP passphrase, be careful to specify if you are telling it hexadecimal WEP or the plain text phrase.
Keyring will then offer to store that passphrase and keep it secure with a password. What password you specify is up to you, but you will be asked for it each time you connect rather than the actual WEP key.