Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_services_common.c4683 const struct bonded_channel_freq *new_bonded_chan; in reg_extract_puncture_by_bw() local
4699 new_bonded_chan = reg_get_bonded_chan_entry(freq, new_bw, 0); in reg_extract_puncture_by_bw()
4720 (new_bonded_chan && in reg_extract_puncture_by_bw()
4721 chan_cfreq >= new_bonded_chan->start_freq && in reg_extract_puncture_by_bw()
4722 chan_cfreq <= new_bonded_chan->end_freq)) { in reg_extract_puncture_by_bw()