Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Drc80211_minstrel_ht.c467 unsigned int t_slot = 9; /* FIXME */ in minstrel_calc_retransmit() local
483 tx_time = 2 * (t_slot + mi->overhead + tx_time_data); in minstrel_calc_retransmit()
484 tx_time_rtscts = 2 * (t_slot + mi->overhead_rtscts + tx_time_data); in minstrel_calc_retransmit()
488 tx_time += cw + t_slot + mi->overhead; in minstrel_calc_retransmit()
489 tx_time_rtscts += cw + t_slot + mi->overhead_rtscts; in minstrel_calc_retransmit()
Drc80211_minstrel.c385 unsigned int t_slot = 9; /* FIXME: get real slot time */ in minstrel_rate_init() local
420 tx_time_single += t_slot + min(cw, mp->cw_max); in minstrel_rate_init()
/linux-2.6.39/drivers/pci/hotplug/
Dshpchp_hpc.c310 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() argument
326 ++t_slot; in shpc_write_cmd()
327 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd()
328 ctrl_dbg(ctrl, "%s: t_slot %x cmd %x\n", __func__, t_slot, cmd); in shpc_write_cmd()