Searched refs:MAXCHANNEL (Results 1 – 9 of 9) sorted by relevance
46 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is 216, macro88 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \92 #define UU_20_SB(channel) (((channel) < (MAXCHANNEL - 3 * CH_10MHZ_APART)) ? \101 #define NEXT_20MHZ_CHAN(channel) (((channel) < (MAXCHANNEL - CH_20MHZ_APART)) ? \193 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \197 #define UU_20_SB(channel) (((channel) < (MAXCHANNEL - 3 * CH_10MHZ_APART)) ? \208 #define NEXT_20MHZ_CHAN(channel) (((channel) < (MAXCHANNEL - CH_20MHZ_APART)) ? \
47 #define MAXCHANNEL 224 macro123 return (channel < (MAXCHANNEL - CH_10MHZ_APART)) ? in upper_20_sb()143 return channel < (MAXCHANNEL - CH_20MHZ_APART) ? in next_20mhz_chan()
28 #define MAXCHANNEL 3 macro349 __u8 resetlevel[MAXCHANNEL];
138 if (channel > MAXCHANNEL) in wf_chspec_aton()167 if (channel <= (MAXCHANNEL - CH_20MHZ_APART)) in wf_chspec_aton()822 if (chspec_ch > MAXCHANNEL) { in wf_chspec_malformed()
554 if (fwrq->e == 0 && fwrq->m < MAXCHANNEL) { in wl_iw_set_freq()673 static int channels[MAXCHANNEL+1]; in wl_iw_get_range()701 list->count = htod32(MAXCHANNEL); in wl_iw_get_range()
8886 if ((channel > MAXCHANNEL) || (channel <= 0))
756 return ((val < MAXCHANNEL) && in brcms_c_valid_channel20()765 return ((val < MAXCHANNEL) in brcms_c_valid_channel20_in_band()880 for (chan = 0; chan < MAXCHANNEL; chan++) { in brcms_c_channels_commit()884 if (chan == MAXCHANNEL) in brcms_c_channels_commit()
5582 if (channel < 0 || channel > MAXCHANNEL) in brcms_c_set_channel()
161 u8 vec[MAXCHANNEL / NBBY];