Searched refs:InactTime (Results 1 – 2 of 2) sorted by relevance
218 struct ts_common_info *pTsCommonInfo, u32 InactTime) in AdmitTS() argument223 if (InactTime != 0) in AdmitTS()225 MSECS(InactTime)); in AdmitTS()
227 void AdmitTS(struct ieee80211_device *ieee, PTS_COMMON_INFO pTsCommonInfo, u32 InactTime) in AdmitTS() argument232 if(InactTime!=0) in AdmitTS()233 mod_timer(&pTsCommonInfo->InactTimer, jiffies + MSECS(InactTime)); in AdmitTS()