Searched refs:tsf_beacon_old (Results 1 – 1 of 1) sorted by relevance
339 uint64_t tsf_beacon_old, tsf_beacon; in ath_recv_mgmt() local347 tsf_beacon_old = ((uint64_t) le32dec(ni->ni_tstamp.data + 4)) << 32; in ath_recv_mgmt()348 tsf_beacon_old |= le32dec(ni->ni_tstamp.data); in ath_recv_mgmt()396 tsf_delta = (long long) tsf_beacon - (long long) tsf_beacon_old; in ath_recv_mgmt()409 tsf_beacon_target = tsf_beacon_old + in ath_recv_mgmt()423 -(tsf_intval - ((tsf_beacon - tsf_beacon_old) % tsf_intval)); in ath_recv_mgmt()425 tsf_remainder = (tsf_beacon - tsf_beacon_old) % tsf_intval; in ath_recv_mgmt()431 (unsigned long long) tsf_beacon_old, in ath_recv_mgmt()432 (unsigned int) (tsf_beacon_old >> 10), in ath_recv_mgmt()