Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dmain.c151 if (sc->sc_flags & SC_OP_OFFCHANNEL) in ath_start_ani()
279 if (!(sc->sc_flags & (SC_OP_OFFCHANNEL)) && start) { in ath_complete_reset()
324 if (!(sc->sc_flags & SC_OP_OFFCHANNEL)) { in ath_reset_internal()
1605 sc->sc_flags |= SC_OP_OFFCHANNEL; in ath9k_config()
1607 sc->sc_flags &= ~SC_OP_OFFCHANNEL; in ath9k_config()
Dath9k.h584 #define SC_OP_OFFCHANNEL BIT(2) macro
Drecv.c311 ath9k_hw_startpcureceive(sc->sc_ah, (sc->sc_flags & SC_OP_OFFCHANNEL)); in ath_edma_start_recv()
509 ath9k_hw_startpcureceive(ah, (sc->sc_flags & SC_OP_OFFCHANNEL)); in ath_startrecv()