Searched defs:fband (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c437 struct RegDmnFreqBand *fband,
454 if ((fband->channelBW == CHANNEL_HALF_BW) &&
462 if ((fband->channelBW == CHANNEL_QUARTER_BW) &&
470 if (((c + fband->channelSep) / 2) > (maxChan + HALF_MAXCHANBW)) {
477 if ((fband->usePassScan & IS_ECM_CHAN) && !enableExtendedChannels) {
491 (fband->useDfs) &&
501 !(fband->useDfs) && (rd->conformanceTestLimit == MKK)) {
509 (fband->useDfs) &&
520 switch (fband->channelBW) {
529 if (fband
428 ath9k_regd_add_channel( struct ath_hal *ah, uint16_t c, uint16_t c_lo, uint16_t c_hi, uint16_t maxChan, uint8_t ctl, int pos, struct regDomain rd5GHz, struct RegDmnFreqBand *fband, struct regDomain *rd, const struct cmode *cm, struct ath9k_channel *ichans, boolean_t enableExtendedChannels) argument
766 struct RegDmnFreqBand *fband = NULL, *freqs; local
[all...]

Completed in 45 milliseconds