Searched refs:STA_PS_SLEEP (Results 1 – 3 of 3) sorted by relevance
222 if (ar->sta_list[ctr].sta_flags & STA_PS_SLEEP) { in ath6kl_powersave_ap()273 if (conn->sta_flags & STA_PS_SLEEP) { in ath6kl_powersave_ap()1443 prev_ps = !!(conn->sta_flags & STA_PS_SLEEP); in ath6kl_rx()1446 conn->sta_flags |= STA_PS_SLEEP; in ath6kl_rx()1448 conn->sta_flags &= ~STA_PS_SLEEP; in ath6kl_rx()1451 if ((conn->sta_flags & STA_PS_SLEEP) && trig_state) in ath6kl_rx()1454 if (prev_ps ^ !!(conn->sta_flags & STA_PS_SLEEP)) { in ath6kl_rx()1455 if (!(conn->sta_flags & STA_PS_SLEEP)) { in ath6kl_rx()
249 #define STA_PS_SLEEP BIT(1) macro
3123 if (conn->sta_flags & STA_PS_SLEEP) { in ath6kl_mgmt_powersave_ap()