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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/bcmwifi/include/
H A Dbcmwifi_channels.h44 #define MAXCHANNEL_NUM (MAXCHANNEL - 1) /* max channel number */ macro
47 #define CH_NUM_VALID_RANGE(ch_num) ((ch_num) > 0 && (ch_num) <= MAXCHANNEL_NUM)

Completed in 32 milliseconds