Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Drecv.c609 sc->ps_flags |= PS_WAIT_FOR_CAB | PS_WAIT_FOR_BEACON; in ath_rx_ps_beacon()
613 if (sc->ps_flags & PS_WAIT_FOR_CAB) { in ath_rx_ps_beacon()
619 sc->ps_flags &= ~PS_WAIT_FOR_CAB; in ath_rx_ps_beacon()
635 else if ((sc->ps_flags & PS_WAIT_FOR_CAB) && in ath_rx_ps()
644 sc->ps_flags &= ~(PS_WAIT_FOR_CAB | PS_WAIT_FOR_BEACON); in ath_rx_ps()
654 PS_WAIT_FOR_CAB | in ath_rx_ps()
1962 PS_WAIT_FOR_CAB | in ath_rx_tasklet()
Dath9k.h594 #define PS_WAIT_FOR_CAB BIT(1) macro
Dmain.c125 PS_WAIT_FOR_CAB | in ath9k_ps_restore()
1535 PS_WAIT_FOR_CAB | in ath9k_disable_ps()
Dxmit.c2038 PS_WAIT_FOR_CAB | in ath_tx_complete()