Home
last modified time | relevance | path

Searched refs:WL_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwl_mac80211.c163 WL_UNLOCK(wl); in wl_ops_tx()
178 WL_UNLOCK(wl); in wl_ops_start()
214 WL_UNLOCK(wl); in wl_ops_add_interface()
232 WL_UNLOCK(wl); in wl_ops_remove_interface()
322 WL_UNLOCK(wl); in wl_ops_config()
360 WL_UNLOCK(wl); in wl_ops_bss_info_changed()
392 WL_UNLOCK(wl); in wl_ops_bss_info_changed()
466 WL_UNLOCK(wl); in wl_ops_configure_filter()
484 WL_UNLOCK(wl); in wl_ops_sw_scan_start()
494 WL_UNLOCK(wl); in wl_ops_sw_scan_complete()
[all …]
Dwl_mac80211.h78 #define WL_UNLOCK(wl) spin_unlock_bh(&(wl)->lock) macro