txrate           2107 dev/ic/ath.c   	u_int8_t rix, cix, txrate, ctsrate;
txrate           2308 dev/ic/ath.c   		txrate = rt->info[rix].rateCode | rt->info[rix].shortPreamble;
txrate           2312 dev/ic/ath.c   		txrate = rt->info[rix].rateCode;
txrate           2426 dev/ic/ath.c   		, txrate, 1+10		/* series 0 rate/tries */
txrate             77 dev/ic/awivar.h 	u_int8_t	txrate;
txrate           2815 dev/ic/if_wi.c wi_sync_media(struct wi_softc *sc, int ptype, int txrate)
txrate           2821 dev/ic/if_wi.c 	switch (txrate) {
txrate           2869 dev/ic/if_wi.c 	sc->wi_tx_rate = txrate;
txrate           1072 dev/ic/if_wi_hostap.c wihap_check_tx(struct wihap_info *whi, u_int8_t addr[], u_int8_t *txrate)
txrate           1079 dev/ic/if_wi_hostap.c 		*txrate = 0; /* XXX: multicast rate? */
txrate           1088 dev/ic/if_wi_hostap.c 		*txrate = txratetable[sta->tx_curr_rate];
txrate           1410 dev/ic/if_wi_hostap.c wihap_check_tx(struct wihap_info *whi, u_int8_t addr[], u_int8_t *txrate)