Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/hostap/ !
Dhostap_hw.c2302 while ((skb = skb_dequeue(&local->sta_tx_exc_list)) != NULL) { in hostap_sta_tx_exc_tasklet()
2362 skb_queue_tail(&local->sta_tx_exc_list, skb); in prism2_txexc()
3211 skb_queue_head_init(&local->sta_tx_exc_list); in prism2_init_local_data()
3334 skb_queue_purge(&local->sta_tx_exc_list); in prism2_free_local_data()
Dhostap_wlan.h815 struct sk_buff_head sta_tx_exc_list; member