qcacmn: Add WMI command for WMM based ATF config

Add new WMI command to support WMM based ATF configuration.
The new WMI command sends the Access category ID and the
corresponding airtime allocation to the firmware.

Change-Id: I7a5fafa6190d779d0fef8982b7b781af54656b19
CRs-Fixed: 2293193
diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c
index 5ce6362..8ab7075 100644
--- a/wmi_unified_tlv.c
+++ b/wmi_unified_tlv.c
@@ -11413,6 +11413,7 @@
 	return ret;
 }
 
+#ifdef WLAN_ATF_ENABLE
 /**
  * send_set_atf_cmd_tlv() - send set atf command to fw
  * @wmi_handle: wmi handle
@@ -11491,6 +11492,7 @@
 
 	return retval;
 }
+#endif
 
 /**
  * send_vdev_set_fwtest_param_cmd_tlv() - send fwtest param in fw
@@ -22122,7 +22124,9 @@
 		send_smart_ant_set_training_info_cmd_tlv,
 	.send_smart_ant_set_node_config_cmd =
 		send_smart_ant_set_node_config_cmd_tlv,
+#ifdef WLAN_ATF_ENABLE
 	.send_set_atf_cmd = send_set_atf_cmd_tlv,
+#endif
 	.send_vdev_set_fwtest_param_cmd = send_vdev_set_fwtest_param_cmd_tlv,
 	.send_set_qboost_param_cmd = send_set_qboost_param_cmd_tlv,
 	.send_gpio_config_cmd = send_gpio_config_cmd_tlv,