Przeglądaj źródła

qcacld-3.0: Hook-up the WMI callback for hash configuration

Add the WMI lro and hash configuration function to the DP
function table.

Change-Id: Ia9561bcb8793c35a0719939456b010a3529af9fc
CRs-Fixed: 2033532
Dhanashri Atre 8 lat temu
rodzic
commit
f5e021251a
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      core/cds/src/cds_api.c

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

@@ -79,7 +79,8 @@ 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 = policy_mgr_is_hw_dbs_2x2_capable
+	.is_hw_dbs_2x2_capable = policy_mgr_is_hw_dbs_2x2_capable,
+	.lro_hash_config = wma_lro_config_cmd
     /* TODO: Add any other control path calls required to OL_IF/WMA layer */
 };