Searched refs:CDS_5_GHZ_BASE_FREQ (Results 1 – 2 of 2) sorted by relevance
102 return CDS_5_GHZ_BASE_FREQ + chan * CDS_CHAN_SPACING_5MHZ; in cds_chan_to_freq()113 else if ((freq > CDS_24_GHZ_BASE_FREQ) && (freq < CDS_5_GHZ_BASE_FREQ)) in cds_freq_to_chan()117 chan = (freq - CDS_5_GHZ_BASE_FREQ) / CDS_CHAN_SPACING_5MHZ; in cds_freq_to_chan()
39 #define CDS_5_GHZ_BASE_FREQ (5000) macro