| WiFi scan using iw wlan0 scan or iwlist wlan0 scan returns with time out.
 Workaround :
 Remove both btwilink and wl18xx modules# modprobe -r btwilink; modprobe -r wl18xxLoad wl18xx module first and activate the wlan0 device# modprobe wl18xx; ifconfig wlan0 up
 |