Searched refs:_get_band_str (Results 1 – 2 of 2) sorted by relevance
24 #define _get_band_str(band) (((band) >= BAND_MAX) ? _band_str[BAND_MAX] : _band_str[(band)]) macro45 PHL_INFO("\t[CH] band:%s\n", _get_band_str(chandef->band)); in phl_chan_dump_chandef()