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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmwifi_channels.h81 #define LOWER_20_SB(channel) (((channel) > CH_10MHZ_APART) ? ((channel) - CH_10MHZ_APART) : 0) macro
88 #define LU_20_SB(channel) LOWER_20_SB(channel)
132 (LOWER_20_SB(((chspec) & WL_CHANSPEC_CHAN_MASK))) : \
185 #define LOWER_20_SB(channel) (((channel) > CH_10MHZ_APART) ? \ macro
193 #define LU_20_SB(channel) LOWER_20_SB(channel)
H A Dbcmwifi.h72 #define LOWER_20_SB(channel) (((channel) > CH_10MHZ_APART) ? ((channel) - CH_10MHZ_APART) : 0) macro
116 (LOWER_20_SB(((chspec) & WL_CHANSPEC_CHAN_MASK))) : \

Completed in 18 milliseconds