Searched refs:STA_IS_PWR_SLEEP (Results 1 – 2 of 2) sorted by relevance
436 #define STA_IS_PWR_SLEEP(sta) ((sta->flags >> STA_PWR_MGMT_SHIFT) & STA_PWR_MGMT_MASK) macro
3022 if (STA_IS_PWR_SLEEP((&ar->sta_list[ctr]))) { in ar6000_data_tx()3059 if (STA_IS_PWR_SLEEP(conn)) { in ar6000_data_tx()3790 prevPsState = STA_IS_PWR_SLEEP(conn); in ar6000_rx()3797 if (prevPsState ^ STA_IS_PWR_SLEEP(conn)) { in ar6000_rx()3799 if (!STA_IS_PWR_SLEEP(conn)) { in ar6000_rx()