Searched refs:MAXCHANNEL (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmwifi.h40 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is 216, macro
78 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \
84 #define NEXT_20MHZ_CHAN(channel) (((channel) < (MAXCHANNEL - CH_20MHZ_APART)) ? \
176 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \
184 #define NEXT_20MHZ_CHAN(channel) (((channel) < (MAXCHANNEL - CH_20MHZ_APART)) ? \
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h40 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is above, macro
44 #define MAXCHANNEL_NUM (MAXCHANNEL - 1) /* max channel number */
104 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ? \
108 #define UU_20_SB(channel) (((channel) < (MAXCHANNEL - 3 * CH_10MHZ_APART)) ? \
119 #define NEXT_20MHZ_CHAN(channel) (((channel) < (MAXCHANNEL - CH_20MHZ_APART)) ? \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata_generic.h28 #define MAXCHANNEL 3 macro
349 __u8 resetlevel[MAXCHANNEL];
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmwifi.c126 if (channel > MAXCHANNEL)
155 if (channel <= (MAXCHANNEL - CH_20MHZ_APART))
810 if (chspec_ch > MAXCHANNEL) {
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/src/
H A Dbcmwifi_channels.c585 if (chspec_ch > MAXCHANNEL) {

Completed in 121 milliseconds