Home
last modified time | relevance | path

Searched refs:LastSendNULLpsmTime (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_mac_pci.c973 if (((pAd->Mlme.LastSendNULLpsmTime + 8) >= Now) in RT28xxPciStaAsicSleepThenAutoWakeup()
974 && (pAd->Mlme.LastSendNULLpsmTime <= Now)) { in RT28xxPciStaAsicSleepThenAutoWakeup()
977 Now, pAd->Mlme.LastSendNULLpsmTime, in RT28xxPciStaAsicSleepThenAutoWakeup()
982 ((pAd->Mlme.LastSendNULLpsmTime + in RT28xxPciStaAsicSleepThenAutoWakeup()
986 Now, pAd->Mlme.LastSendNULLpsmTime, in RT28xxPciStaAsicSleepThenAutoWakeup()
Dmlme.c2625 NdisGetSystemUpTime(&pAd->Mlme.LastSendNULLpsmTime); in MlmeCheckPsmChange()
/linux-2.6.39/drivers/staging/rt2860/
Drtmp.h887 unsigned long LastSendNULLpsmTime; member