Pārlūkot izejas kodu

qcacld-3.0: Add callback to query for DBS

Add a callback to query the control path from
the data path on whether DBS is supported

Change-Id: I4e757624ec0229c5fb8d05862b4c3035f5b00f2f
CRs-Fixed: 1116939
Dhanashri Atre 8 gadi atpakaļ
vecāks
revīzija
8f044ed72a
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      core/cds/src/cds_api.c

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

@@ -76,6 +76,7 @@ static struct ol_if_ops  dp_ol_if_ops = {
 	.peer_set_default_routing = wma_peer_set_default_routing,
 	.peer_rx_reorder_queue_setup = wma_peer_rx_reorder_queue_setup,
 	.peer_rx_reorder_queue_remove = wma_peer_rx_reorder_queue_remove,
+	.is_hw_dbs_2x2_capable = wma_is_hw_dbs_2x2_capable
     /* TODO: Add any other control path calls required to OL_IF/WMA layer */
 };