Jelajahi Sumber

qcacld-3.0: register DBS capable to ol_ops

Register DBS capable instead of 2x2 DBS capable to ol_ops.

Change-Id: I79577fee71b73ffa386fefdc5127f098099cb0ec
CRs-Fixed: 3130551
Jinwei Chen 3 tahun lalu
induk
melakukan
eb88903af8
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      core/cds/src/cds_api.c

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

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -122,7 +122,7 @@ static struct ol_if_ops  dp_ol_if_ops = {
 	.peer_set_default_routing = target_if_peer_set_default_routing,
 	.peer_rx_reorder_queue_setup = target_if_peer_rx_reorder_queue_setup,
 	.peer_rx_reorder_queue_remove = target_if_peer_rx_reorder_queue_remove,
-	.is_hw_dbs_2x2_capable = policy_mgr_is_dp_hw_dbs_2x2_capable,
+	.is_hw_dbs_capable = policy_mgr_is_hw_dbs_capable,
 	.lro_hash_config = target_if_lro_hash_config,
 	.rx_invalid_peer = wma_rx_invalid_peer_ind,
 	.is_roam_inprogress = wma_is_roam_in_progress,