Home
last modified time | relevance | path

Searched refs:rix3 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/wtap/
H A Dif_wtap.c712 uint8_t rix3 = ic->ic_rt->rateCodeToIndex[150]; in wtap_attach()
713 printf("rix0 %u,rix1 %u,rix2 %u,rix3 %u\n", rix0,rix1,rix2,rix3); in wtap_attach()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c937 uint8_t rix1, s1code, rix2, s2code, rix3, s3code; in ath_rate_setupxtxdesc() local
946 rix3 = sched->r3; in ath_rate_setupxtxdesc()
947 s3code = rt->info[rix3].rateCode in ath_rate_setupxtxdesc()
948 | (shortPreamble ? rt->info[rix3].shortPreamble : 0); in ath_rate_setupxtxdesc()