After a yum update today, I also lost wireless with linux 3.5.1-1, even though the update included kmod-wl-3.5.1-1.fc17, which matches the kernel version. modprobe wl reported back that it could not be found. So I ended up doing
Code:
yum erase broadcom-wl
yum install broadcom-wl
reboot
And now it works. Seems weird.