Home
last modified time | relevance | path

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

/drivers/net/wireless/cw1200/
Dwsm.c1631 u32 tx_allowed_mask; in wsm_get_tx_queue_and_mask() local
1636 tx_allowed_mask = BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1638 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1646 tx_allowed_mask = ~priv->sta_asleep_mask; in wsm_get_tx_queue_and_mask()
1647 tx_allowed_mask |= BIT(CW1200_LINK_ID_UAPSD); in wsm_get_tx_queue_and_mask()
1649 tx_allowed_mask |= priv->pspoll_mask; in wsm_get_tx_queue_and_mask()
1650 tx_allowed_mask &= ~BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1652 tx_allowed_mask |= BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1655 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1661 *tx_allowed_mask_p = tx_allowed_mask; in wsm_get_tx_queue_and_mask()
[all …]