Searched refs:sta_tx_exc_list (Results 1 – 2 of 2) sorted by relevance
2296 while ((skb = skb_dequeue(&local->sta_tx_exc_list)) != NULL) { in hostap_sta_tx_exc_tasklet()2355 skb_queue_tail(&local->sta_tx_exc_list, skb); in prism2_txexc()3177 skb_queue_head_init(&local->sta_tx_exc_list); in prism2_init_local_data()3294 skb_queue_purge(&local->sta_tx_exc_list); in prism2_free_local_data()
817 struct sk_buff_head sta_tx_exc_list; member