I've encountered the issue and to solve it I just run the next command: # sudo rmmod b43 && sudo rmmod bcma && sudo rmmod wl && sudo modprobe wl && sudo modprobe lib80211_crypt_tkip
It seems that b43 or bcma are collisions to the wl module.
I've encountered the issue and to solve it I just run the next command:
# sudo rmmod b43 && sudo rmmod bcma && sudo rmmod wl && sudo modprobe wl && sudo modprobe lib80211_crypt_tkip
It seems that b43 or bcma are collisions to the wl module.