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 - 2
of
2
) 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
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)
Completed in 18 milliseconds