OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CH_10MHZ_APART
(Results
1 - 3
of
3
) sorted by null
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmwifi.h
36
#define
CH_10MHZ_APART
2
69
#define LOWER_20_SB(channel) (((channel) >
CH_10MHZ_APART
) ? ((channel) -
CH_10MHZ_APART
) : 0)
70
#define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL -
CH_10MHZ_APART
)) ? \
71
((channel) +
CH_10MHZ_APART
) : 0)
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi.h
34
#define
CH_10MHZ_APART
2
67
#define LOWER_20_SB(channel) (((channel) >
CH_10MHZ_APART
) ? ((channel) -
CH_10MHZ_APART
) : 0)
68
#define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL -
CH_10MHZ_APART
)) ? \
69
((channel) +
CH_10MHZ_APART
) : 0)
bcmwifi_channels.h
37
#define
CH_10MHZ_APART
2
71
#define LOWER_20_SB(channel) (((channel) >
CH_10MHZ_APART
) ? ((channel) -
CH_10MHZ_APART
) : 0)
72
#define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL -
CH_10MHZ_APART
)) ? \
73
((channel) +
CH_10MHZ_APART
) : 0)
168
#define LOWER_20_SB(channel) (((channel) >
CH_10MHZ_APART
) ? \
169
((channel) -
CH_10MHZ_APART
) : 0)
170
#define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL -
CH_10MHZ_APART
)) ? \
171
((channel) +
CH_10MHZ_APART
) : 0)
Completed in 22 milliseconds