Home
last modified time | relevance | path

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

/NextBSD/sys/net80211/
HDieee80211_superg.c92 static int ieee80211_ffagemax = -1; /* max time frames held on stage q */ variable
94 &ieee80211_ffagemax, 0, ieee80211_sysctl_msecs_ticks, "I",
113 ieee80211_ffagemax = msecs_to_ticks(150); in ieee80211_superg_attach()
561 int age = ieee80211_ffagemax; in stageq_add()