Lines Matching refs:txrate
1559 u_int8_t rix = 0, txrate = 0; in ath_tx_normal_setup() local
1656 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1658 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1665 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1667 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1680 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1682 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1687 txrate = rt->info[rix].rateCode; in ath_tx_normal_setup()
1689 txrate |= rt->info[rix].shortPreamble; in ath_tx_normal_setup()
1866 bf->bf_state.bfs_rc[0].ratecode = txrate; in ath_tx_normal_setup()
1873 bf->bf_state.bfs_txrate0 = txrate; in ath_tx_normal_setup()
2144 u_int8_t rix, txrate; in ath_tx_raw_start() local
2268 txrate = rt->info[rix].rateCode; in ath_tx_raw_start()
2270 txrate |= rt->info[rix].shortPreamble; in ath_tx_raw_start()
2320 bf->bf_state.bfs_txrate0 = txrate; in ath_tx_raw_start()
2343 bf->bf_state.bfs_rc[0].ratecode = txrate; in ath_tx_raw_start()