BAND_CBAND
if (state->current_band == BAND_CBAND) {
(state->current_band == BAND_CBAND) ? "CBAND" : "NOT CBAND",
(state->current_band == BAND_CBAND &&
if (state->current_band == BAND_CBAND && !state->identity.p1g) {
if ((state->current_band == BAND_CBAND || state->current_band == BAND_VHF) && state->identity.p1g) {
if (state->current_band == BAND_CBAND && ltg2) {
if (state->current_band & BAND_CBAND || state->current_band & BAND_FM || state->current_band & BAND_VHF
state->current_band = BAND_CBAND;
if (state->current_band & BAND_CBAND || state->current_band & BAND_FM || state->current_band & BAND_VHF) {
state->current_band = BAND_CBAND;
if (state->current_band == BAND_FM || state->current_band == BAND_CBAND || state->current_band == BAND_VHF) {
state->current_band = BAND_CBAND; /* Force CBAND */
if (state->current_band == BAND_CBAND)
#define BAND_OF_FREQUENCY(freq_kHz) ((freq_kHz) <= 170000 ? BAND_CBAND : \
.band_caps = BAND_CBAND,
if (band != BAND_CBAND) {
if (band == BAND_CBAND) {
.band_caps = BAND_FM | BAND_VHF | BAND_CBAND,
.band_caps = BAND_FM | BAND_VHF | BAND_CBAND,