Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_mac_usb.c863 RTMPCancelTimer(&pAd->CommonCfg.BeaconUpdateTimer, &Cancelled); in RTUSBBssBeaconStop()
912 pAd->CommonCfg.BeaconUpdateTimer.Repeat = TRUE; in RTUSBBssBeaconStart()
923 RTMPSetTimer(&pAd->CommonCfg.BeaconUpdateTimer, in RTUSBBssBeaconStart()
963 RTMPCancelTimer(&pAd->CommonCfg.BeaconUpdateTimer, &Cancelled); in RTUSBBssBeaconExit()
1024 pAd->CommonCfg.BeaconUpdateTimer.TimerValue = 100; in BeaconUpdateExec()
1027 pAd->CommonCfg.BeaconUpdateTimer.TimerValue = delta2MS + 10; in BeaconUpdateExec()
/linux-2.6.39/drivers/staging/rt2860/
Drtmp.h1305 struct rt_ralink_timer BeaconUpdateTimer; member