Home
last modified time | relevance | path

Searched refs:CHANNEL_B (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ath9k.h458 #define CHANNEL_B (CHANNEL_2GHZ|CHANNEL_CCK) macro
513 #define IS_CHAN_B(_c) ((_c)->chanmode == CHANNEL_B)
H A Darn_regd.c595 else if ((cm->flags & CHANNEL_ALL) == CHANNEL_B) in ath9k_regd_add_channel()
H A Darn_calib.c194 case CHANNEL_B: in getNoiseFloorThresh()
H A Darn_main.c539 else if (chan->chanmode == CHANNEL_B) in arn_chan2mode()
782 channel_mode = CHANNEL_B; in arn_chan2flags()
H A Darn_regd_common.h2096 {ATH9K_MODE_11B, CHANNEL_B},
H A Darn_hw.c1429 case CHANNEL_B: in ath9k_hw_process_ini()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c287 CHANNEL_B, /* IEEE80211_MODE_11B */ in ath_chan2flags()
H A Dath_hal.h93 #define CHANNEL_B (CHANNEL_2GHZ|CHANNEL_CCK) macro