Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
HDieee80211_dragonfly.h591 #define IEEE80211_TX_LOCK_DESTROY(ic) lockuninit(&(ic)->ic_txlock) macro
/dragonfly/sys/netproto/802_11/wlan/
HDieee80211.c464 IEEE80211_TX_LOCK_DESTROY(ic); in ieee80211_ifdetach()