Home
last modified time | relevance | path

Searched refs:conformanceTestLimit (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c492 (rd->conformanceTestLimit != MKK)) { in ath9k_regd_add_channel()
510 (rd->conformanceTestLimit == MKK)) { in ath9k_regd_add_channel()
594 chan->conformanceTestLimit[0] = ctl; in ath9k_regd_add_channel()
596 chan->conformanceTestLimit[1] = ctl; in ath9k_regd_add_channel()
598 chan->conformanceTestLimit[2] = ctl; in ath9k_regd_add_channel()
791 ctl = rd->conformanceTestLimit; in ath9k_regd_init_channels()
797 ctl = rd->conformanceTestLimit | CTL_11B; in ath9k_regd_init_channels()
806 ctl = rd->conformanceTestLimit | CTL_11G; in ath9k_regd_init_channels()
1014 ctl = ichan->conformanceTestLimit[0]; in ath9k_regd_get_ctl()
1016 ctl = ichan->conformanceTestLimit[1]; in ath9k_regd_get_ctl()
[all …]
H A Darn_regd.h205 uint8_t conformanceTestLimit; member
H A Darn_ath9k.h490 uint32_t conformanceTestLimit[3]; /* 0:11a, 1: 11b, 2:11g */ member