Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmac80211.c373 static bool mt76_has_tx_pending(struct mt76_dev *dev) in mt76_has_tx_pending() function
398 wait_event_timeout(dev->tx_wait, !mt76_has_tx_pending(dev), timeout); in mt76_set_channel()