Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/80211/
Dnet80211.c478 int phy_time = 144 + 48; /* preamble + PLCP */ in net80211_duration() local
483 phy_time >>= 1; in net80211_duration()
485 return 10 + phy_time + data_time; /* 10us SIFS */ in net80211_duration()