BRCM_BAND_5G
li_mimo = (band->bandtype == BRCM_BAND_5G) ?
case BRCM_BAND_5G:
wlc_hw->band->bandtype == BRCM_BAND_5G ?
if (wlc->band->bandtype == BRCM_BAND_5G)
return band->bandtype == BRCM_BAND_5G ? APHY_SIFS_TIME :
wlc_hw->band->bandtype = j ? BRCM_BAND_5G : BRCM_BAND_2G;
wlc->band->bandtype = j ? BRCM_BAND_5G : BRCM_BAND_2G;
if (bandtype == BRCM_BAND_5G)
if (bandtype == BRCM_BAND_5G)
if (band->bandtype == BRCM_BAND_5G) {
if (wlc->band->bandtype == BRCM_BAND_5G)
if (wlc->band->bandtype == BRCM_BAND_5G)
(band == BRCM_BAND_5G && channel > CH_MAX_2G_CHANNEL))
if (bandtype == BRCM_BAND_5G) {
if (bandtype == BRCM_BAND_5G) {
if (bandtype == BRCM_BAND_5G)
rs_dflt = (bandtype == BRCM_BAND_5G) ?
#define CHSPEC2BAND(chspec) (CHSPEC_IS5G(chspec) ? BRCM_BAND_5G : BRCM_BAND_2G)