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
Šī revīzija ir iekļauta:
Dhanashri Atre
2017-01-27 11:48:00 -08:00
revīziju iesūtīja qcabuildsw
vecāks bef311b7ac
revīzija 8f044ed72a

Parādīt failu

@@ -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 */
};