Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Datw.c3374 atw_compute_duration1(int len, int use_ack, uint32_t flags, int rate, in atw_compute_duration1() argument
3423 ack = (use_ack) ? pre + (IEEE80211_DUR_DS_SLOW_ACK * 2) / ctsrate : 0; in atw_compute_duration1()
H A Drtw.c2898 rtw_compute_duration1(int len, int use_ack, uint32_t flags, int rate, in rtw_compute_duration1() argument
2947 ack = (use_ack) ? pre + (IEEE80211_DUR_DS_SLOW_ACK * 2) / ctsrate : 0; in rtw_compute_duration1()