qcacmn: Fix incorrect channel list passed to the firmware

Fix the occupied channel list that is being passed from CSR to
WMA to WMI to firmware.There is a conversion happening in
WMA from channel number to frequency which is the root of the
issue.

Change-Id: I8a2f8c9d31897b38086df26ebd386ec59d0f3540
CRs-Fixed: 1039020
这个提交包含在:
Varun Reddy Yeturu
2016-07-07 17:42:49 -07:00
提交者 Nandini Suresh
父节点 70e1104567
当前提交 5a552cf597
修改 2 个文件,包含 2 行新增2 行删除

查看文件

@@ -10187,7 +10187,7 @@ error:
*/
QDF_STATUS send_roam_scan_offload_chan_list_cmd_tlv(wmi_unified_t wmi_handle,
uint8_t chan_count,
uint8_t *chan_list,
uint32_t *chan_list,
uint8_t list_type, uint32_t vdev_id)
{
wmi_buf_t buf = NULL;