Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
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)