Revert "qcacld-3.0: Update HDD to use DP component APIs"

This reverts commit I02fd36c45ec247fbd4fe79e035c1176cba3ebcec.

Change-Id: I26758565ac783b9c76b59eee6c2a526c68646fa5
CRs-Fixed: 3196571
Cette révision appartient à :
Karthik Kantamneni
2022-05-15 11:45:33 +05:30
révisé par Madan Koyyalamudi
Parent ff74017c8d
révision 6bbad18fde
26 fichiers modifiés avec 902 ajouts et 592 suppressions

Voir le fichier

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021-2022, 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
@@ -55,7 +55,6 @@
#include <pktlog_ac_fmt.h>
#include <cdp_txrx_handle.h>
#include <wlan_pkt_capture_ucfg_api.h>
#include <wlan_dp_txrx.h>
#ifdef TX_CREDIT_RECLAIM_SUPPORT
#define OL_TX_CREDIT_RECLAIM(pdev) \
@@ -948,7 +947,7 @@ static void ol_tx_update_connectivity_stats(struct ol_tx_desc_t *tx_desc,
stats_rx = tx_desc->vdev->stats_rx;
ol_tx_flow_pool_unlock(tx_desc);
pkt_type_bitmap = wlan_dp_intf_get_pkt_type_bitmap_value(tx_desc->vdev);
pkt_type_bitmap = cds_get_connectivity_stats_pkt_bitmap(osif_dev);
if (pkt_type_bitmap) {
if (status != htt_tx_status_download_fail)