Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_utils.h33 #define REG_DSRC_END_FREQ channel_map[MAX_DSRC_CHANNEL].center_freq macro
H A Dreg_utils.c650 if (!(freq >= REG_DSRC_START_FREQ && freq <= REG_DSRC_END_FREQ)) in reg_is_dsrc_freq()