Home
last modified time | relevance | path

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

/freebsd/sys/dev/wtap/
H A Dif_wtap.c712 uint8_t rix2 = ic->ic_rt->rateCodeToIndex[139]; in wtap_attach()
714 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.c932 uint8_t rix1, s1code, rix2, s2code, rix3, s3code; in ath_rate_setupxtxdesc() local
938 rix2 = sched->r2; in ath_rate_setupxtxdesc()
939 s2code = rt->info[rix2].rateCode in ath_rate_setupxtxdesc()
940 | (shortPreamble ? rt->info[rix2].shortPreamble : 0); in ath_rate_setupxtxdesc()