I run Fedora 12 (Constantine)...before, I ran Fedora 11 (Leonidas)
What would happen after a certain time is that, when my computer would do certain things I think with power management, sometimes, the wireless card would not connect to the network in the house (my card is BCM4357; my last laptop's card was BCM4312). IRRESPECTIVELY, the connection was unable to be re-established (I assume, though in error possibly, that this is the case with you). So, I would issue the following commands:
Code:
rmmod wl.ko
#Now that the ${BROADCOM}/wl.ko is removed...I may or may not need to do this...
rmmod lib80211
#So, that is that. I will try again. First, I wait. Then...
modprobe lib80211
#This puts one part of the driver in place, but I still need the wl.ko...
insmod ${BROADCOM}/wl.ko
#There, that should work...
The reason I underlined the ${BROADCOM} part is to let you know that wherever the driver is, from there it needs to be accessed. Whenever I did that on my laptop, it seemed to re-establish the connection. Funny, though, with Fedora 12, I never had to worry about that. Hope this helps