Home
last modified time | relevance | path

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

/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c2283 while ((skb = skb_dequeue(&local->sta_tx_exc_list)) != NULL) { in hostap_sta_tx_exc_tasklet()
2342 skb_queue_tail(&local->sta_tx_exc_list, skb); in prism2_txexc()
3181 skb_queue_head_init(&local->sta_tx_exc_list); in prism2_init_local_data()
3299 skb_queue_purge(&local->sta_tx_exc_list); in prism2_free_local_data()
Dhostap_wlan.h817 struct sk_buff_head sta_tx_exc_list; member