Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.c827 enum phy_ch_width vdev_ch_width, sscan_width; in get_default_sscan_bw() local
835 vdev_ch_width = target_if_vdev_get_ch_width(vdev); in get_default_sscan_bw()
837 if (vdev_ch_width >= CH_WIDTH_INVALID) { in get_default_sscan_bw()
838 spectral_err("Invalid vdev channel width %d", vdev_ch_width); in get_default_sscan_bw()
844 sscan_width = get_max_sscan_bw(spectral, smode, vdev_ch_width); in get_default_sscan_bw()
849 spectral, vdev_ch_width, is_80_80_agile); in get_default_sscan_bw()