qcacmn: Send HT/VHT CAPs IE to firmware per band
Send HT/VHT CAPs IE to firmware per band. This will allow certain
features like LDPC to be configured per band.
Change-Id: I21c83af984f9be3ade46121ef148b52568c3ad0f
CRs-Fixed: 1059454
diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c
index 8a6c95c..51ea376 100644
--- a/wmi_unified_tlv.c
+++ b/wmi_unified_tlv.c
@@ -8993,6 +8993,7 @@
cmd->vdev_id = ie_info->vdev_id;
cmd->ie_id = ie_info->ie_id;
cmd->ie_len = ie_info->length;
+ cmd->band = ie_info->band;
WMI_LOGD(FL("IE:%d of size:%d sent for vdev:%d"), ie_info->ie_id,
ie_info->length, ie_info->vdev_id);