Home
last modified time | relevance | path

Searched refs:STA_IS_PWR_SLEEP (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/staging/ath6kl/os/linux/include/
Dar6000_drv.h436 #define STA_IS_PWR_SLEEP(sta) ((sta->flags >> STA_PWR_MGMT_SHIFT) & STA_PWR_MGMT_MASK) macro
/linux-2.6.39/drivers/staging/ath6kl/os/linux/
Dar6000_drv.c3022 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()