Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dmain.c894 conn->sta_flags |= STA_PS_POLLED; in ath6kl_pspoll_event()
899 conn->sta_flags &= ~STA_PS_POLLED; in ath6kl_pspoll_event()
905 conn->sta_flags |= STA_PS_POLLED; in ath6kl_pspoll_event()
907 conn->sta_flags &= ~STA_PS_POLLED; in ath6kl_pspoll_event()
Dcore.h250 #define STA_PS_POLLED BIT(2) macro
Dtxrx.c183 if (conn->sta_flags & STA_PS_POLLED) { in ath6kl_process_psq()
Dcfg80211.c3121 if (!(conn->sta_flags & STA_PS_POLLED)) { in ath6kl_mgmt_powersave_ap()