atw.c | 2420 * Predict the next target beacon transmission time (TBTT) and 2430 uint32_t ival, past_even, tbtt, tsfth, tsftl; local in function:atw_predict_beacon 2456 /* Skip ten beacons so that the TBTT cannot pass before 2459 tbtt = past_even + ival * 10; 2464 __SHIFTIN(__SHIFTOUT(tbtt - TBTTOFS * IEEE80211_DUR_TU,
|