To remove msleep, I introduce a method used by broadcom FullMAC
driver: set a timer in scan routine, and once the timer timeout, we
start informing "dummy" BSS to kernel, then call cfg80211_scan_done()
to finish scan. The detail is in github issue#19.
To remove msleep, I introduce a method used by broadcom FullMAC driver: set a timer in scan routine, and once the timer timeout, we start informing "dummy" BSS to kernel, then call cfg80211_scan_done() to finish scan. The detail is in github issue#19.