Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Drecv.c578 sc->ps_flags |= PS_WAIT_FOR_CAB | PS_WAIT_FOR_BEACON; in ath_rx_ps_beacon()
582 if (sc->ps_flags & PS_WAIT_FOR_CAB) { in ath_rx_ps_beacon()
588 sc->ps_flags &= ~PS_WAIT_FOR_CAB; in ath_rx_ps_beacon()
604 } else if ((sc->ps_flags & PS_WAIT_FOR_CAB) && in ath_rx_ps()
613 sc->ps_flags &= ~(PS_WAIT_FOR_CAB | PS_WAIT_FOR_BEACON); in ath_rx_ps()
623 PS_WAIT_FOR_CAB | in ath_rx_ps()
1134 PS_WAIT_FOR_CAB | in ath_rx_tasklet()
Dath9k.h948 #define PS_WAIT_FOR_CAB BIT(1) macro
Dmain.c160 PS_WAIT_FOR_CAB | in ath9k_ps_restore()
1372 PS_WAIT_FOR_CAB | in ath9k_disable_ps()
Dxmit.c2528 PS_WAIT_FOR_CAB | in ath_tx_complete()