Jelajahi Sumber

qcacld-3.0: Add op in dp_ol_if_ops to send unit test cmd

Add support for sending unit test command to FW via
dp_ol_if_ops for datapath.

Change-Id: I6afb69a862c366c66a1e1f3dc009964272dfb75a
CRs-Fixed: 3148644
Yeshwanth Sriram Guntuka 3 tahun lalu
induk
melakukan
fc08738230
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      core/cds/src/cds_api.c

+ 2 - 1
core/cds/src/cds_api.c

@@ -137,7 +137,8 @@ static struct ol_if_ops  dp_ol_if_ops = {
 	.dp_get_multi_pages = dp_prealloc_get_multi_pages,
 	.dp_put_multi_pages = dp_prealloc_put_multi_pages,
 #endif
-	.dp_get_tx_inqueue = dp_get_tx_inqueue
+	.dp_get_tx_inqueue = dp_get_tx_inqueue,
+	.dp_send_unit_test_cmd = wma_form_unit_test_cmd_and_send,
     /* TODO: Add any other control path calls required to OL_IF/WMA layer */
 };
 #else