Lines Matching refs:txrate
1560 u_int8_t rix = 0, txrate = 0; in ath_tx_normal_setup() local
1657 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1659 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1666 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1668 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1681 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1683 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1688 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1690 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1867 bf->bf_state.bfs_rc[0].ratecode = txrate; in ath_tx_normal_setup()
1874 bf->bf_state.bfs_txrate0 = txrate; in ath_tx_normal_setup()
2145 u_int8_t rix, txrate; in ath_tx_raw_start() local
2269 txrate = rt->info[rix].rateCode; in ath_tx_raw_start()
2271 txrate |= rt->info[rix].shortPreamble; in ath_tx_raw_start()
2321 bf->bf_state.bfs_txrate0 = txrate; in ath_tx_raw_start()
2344 bf->bf_state.bfs_rc[0].ratecode = txrate; in ath_tx_raw_start()