If you just installed fedora 7 and have issues using older firmware drivers. You need newer version firmware for your wi-fi card to work in native mode. Here is what you need to do to get the latest firmware and how to make it work.
be sure you are root to install the packages and run the commands below
1. Install bcm4300-fwcutter
Code:
yum install bcm43xx-fwcutter
2.Download the 4.x broadcom firmware
Code:
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
3. extract the package
Code:
tar xjvf broadcom-wl-4.80.53.0.tar.bz2
4. run the bcm-43xx firmware cutter
Code:
bcm43xx-fwcutter -w /lib/firmware broadcom-wl-4.80.53.0/kmod/wl_apsta.o
5. You can either reboot or run the command below
Code:
modprobe bcm43xx
Now your broadcom wireless card should work with out any more issues.