Lines Matching refs:txrate
1562 u_int8_t rix = 0, txrate = 0; in ath_tx_normal_setup() local
1659 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1661 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1668 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1670 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1683 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1685 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1690 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1692 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1869 bf->bf_state.bfs_rc[0].ratecode = txrate; in ath_tx_normal_setup()
1876 bf->bf_state.bfs_txrate0 = txrate; in ath_tx_normal_setup()
2147 u_int8_t rix, txrate; in ath_tx_raw_start() local
2271 txrate = rt->info[rix].rateCode; in ath_tx_raw_start()
2273 txrate |= rt->info[rix].shortPreamble; in ath_tx_raw_start()
2323 bf->bf_state.bfs_txrate0 = txrate; in ath_tx_raw_start()
2346 bf->bf_state.bfs_rc[0].ratecode = txrate; in ath_tx_raw_start()