Home
last modified time | relevance | path

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

/freebsd/sys/dev/wtap/
H A Dif_wtap.c710 uint8_t rix1 = ic->ic_rt->rateCodeToIndex[132]; 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
940 rix1 = sched->r1; in ath_rate_setupxtxdesc()
941 s1code = rt->info[rix1].rateCode in ath_rate_setupxtxdesc()
942 | (shortPreamble ? rt->info[rix1].shortPreamble : 0); in ath_rate_setupxtxdesc()