Searched refs:overhead_rtscts (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h173 unsigned int overhead_rtscts; member in struct:minstrel_ht_sta
H A Drc80211_minstrel_ht.c1391 unsigned int overhead = 0, overhead_rtscts = 0; local
1414 overhead_rtscts = mi->overhead_legacy_rtscts;
1417 overhead_rtscts = mi->overhead_rtscts;
1422 tx_time_rtscts = ctime + 2 * (overhead_rtscts + tx_time_data);
1432 tx_time_rtscts += ctime + overhead_rtscts + tx_time_data;
1731 mi->overhead_rtscts = mi->overhead + 2 * ack_dur;

Completed in 124 milliseconds