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.c891 conn->sta_flags |= STA_PS_POLLED; in ath6kl_pspoll_event()
896 conn->sta_flags &= ~STA_PS_POLLED; in ath6kl_pspoll_event()
902 conn->sta_flags |= STA_PS_POLLED; in ath6kl_pspoll_event()
904 conn->sta_flags &= ~STA_PS_POLLED; in ath6kl_pspoll_event()
Dcore.h224 #define STA_PS_POLLED BIT(2) macro
Dtxrx.c182 if (conn->sta_flags & STA_PS_POLLED) { in ath6kl_process_psq()
Dcfg80211.c3111 if (!(conn->sta_flags & STA_PS_POLLED)) { in ath6kl_mgmt_powersave_ap()