Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwl_mac80211.c155 WL_LOCK(wl); in wl_ops_tx()
176 WL_LOCK(wl); in wl_ops_start()
212 WL_LOCK(wl); in wl_ops_add_interface()
230 WL_LOCK(wl); in wl_ops_remove_interface()
269 WL_LOCK(wl); in wl_ops_config()
358 WL_LOCK(wl); in wl_ops_bss_info_changed()
389 WL_LOCK(wl); in wl_ops_bss_info_changed()
458 WL_LOCK(wl); in wl_ops_configure_filter()
482 WL_LOCK(wl); in wl_ops_sw_scan_start()
492 WL_LOCK(wl); in wl_ops_sw_scan_complete()
[all …]
Dwl_mac80211.h77 #define WL_LOCK(wl) spin_lock_bh(&(wl)->lock) macro