qcacmn: Update the dfs api

To get the channel state for 5g bonded channel using the freq
use wlan_reg_get_5g_bonded_channel_state_for_freq.

Change-Id: I0b42e9c547ba70259e88137a5a26c238cd66da8d
CRs-Fixed: 2756463
This commit is contained in:
Amruta Kulkarni
2020-08-13 11:28:04 -07:00
committed by snandini
父節點 284dab3965
當前提交 f9c5c541c1
共有 3 個文件被更改,包括 14 次插入11 次删除

查看文件

@@ -481,8 +481,7 @@ static QDF_STATUS target_if_vdev_mgr_start_send(
START_RESPONSE_BIT);
} else {
target_if_vdev_start_link_handler(vdev,
param->channel.cfreq1,
param->channel.cfreq2);
param->channel.dfs_set);
}
return status;
}