Home
last modified time | relevance | path

Searched refs:tx_offchannel (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/
H A Dtx.c354 head = &wcid->tx_offchannel; in mt76_tx()
662 ret = mt76_txq_schedule_pending_wcid(phy, wcid, &wcid->tx_offchannel); in mt76_txq_schedule_pending()
668 !skb_queue_empty(&wcid->tx_offchannel) && in mt76_txq_schedule_pending()
H A Dmt76.h368 struct sk_buff_head tx_offchannel; member
H A Dmac80211.c1560 skb_queue_head_init(&wcid->tx_offchannel); in mt76_wcid_init()