From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29C302F9A for ; Fri, 30 Apr 2021 14:58:18 +0000 (UTC) Received: by mail-ed1-f46.google.com with SMTP id y26so3357035eds.4 for ; Fri, 30 Apr 2021 07:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=EOZa0FsLTNmXREG+LfKtNmgMKRo0KsphLPysLx3lCcw=; b=ubCAOAEEJdRw5h0zbivJpkjZsXqxXas6RrV0r86vmVy+Xy7GHqCSlApZZh0TZHylOF iwAntHEitG2LGoy9TmE4q3/1lVrTLUItFyHB5avw/uAzgpK2opAZmcD1r/yNu2KzPaBT 482Va8Q6yH63L0+0RSXxLtbKu7MPdhYe6dIqqTAiEKvVxmjjoHm3P4oWoUJ2CZY8+LKT tcaRaRbP5dLaTuMcRU7CMZCyBMd04e6B5pQRBEOtvc3uEslZMSLqOFwRHPbp/+R4oayh 4R2wnL3V/koLo5Gk4MOQtiIEnEjttsVuWWUmWf4lBYYNDqwVVpb9KRrlLxhJXKeDT8Uh Y+3A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=EOZa0FsLTNmXREG+LfKtNmgMKRo0KsphLPysLx3lCcw=; b=aM3G4t+HBMC7pVvc1XfMhnZ7krif7tzP26g/EXx2Z/Mp4XAnF+lbsixqNNImau38fl phi6DE7jGT2EL9O0/X95mqcGE8vAtGPJgGJ+eK1EHnkDKLWvdX2pdcCNiDaS8r12A6T4 /4CwSXJnAUtVKZ5f0iOLdrjOz5lsFFTq1dYScFgR5ZJ7F/ZPn1pwYscO/RzrGglWs3eG 1kQ0I0IhubJu+GB8v+zyCUYZh6oEB5ekLS0I3Trn0SpB9NJ+TxzQ8jCAkAb1Bjmg3ERd q3rk6O4zSRSftSLnYszuU3x69+i9tjb3ab32ISjaIHh2yk3XxwtEOxaKkV6ItTI4Cl+r 2/tA== X-Gm-Message-State: AOAM532gaFlmcawpHdltMtT9lpEaXxfW0VIIvkeB8nxz5rhfFZdwh6LR lz2arTQPqikmrFvrx41Xe1I= X-Google-Smtp-Source: ABdhPJxnBC9iko7os4+FU3MWsxpLXwKpFDJ1XEVXHO42xA6XRDNw8s1deLd0qoWZj6LC5yaZLnlo7w== X-Received: by 2002:a05:6402:35d3:: with SMTP id z19mr6445012edc.143.1619794696803; Fri, 30 Apr 2021 07:58:16 -0700 (PDT) Received: from agape ([109.52.244.36]) by smtp.gmail.com with ESMTPSA id r19sm2091358ejr.55.2021.04.30.07.58.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 30 Apr 2021 07:58:16 -0700 (PDT) From: Fabio Aiuto To: gregkh@linuxfoundation.org Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH v3 43/43] staging: rtl8723bs: remove odm_debug.h header file Date: Fri, 30 Apr 2021 16:57:05 +0200 Message-Id: <58f3ed0c7706fdb33614d3e38ed802d56d77f0ec.1619794331.git.fabioaiuto83@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: References: X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit remove obsolete odm_debug.h header file. Signed-off-by: Fabio Aiuto --- drivers/staging/rtl8723bs/hal/odm_debug.h | 88 --------------------- drivers/staging/rtl8723bs/hal/odm_precomp.h | 1 - 2 files changed, 89 deletions(-) delete mode 100644 drivers/staging/rtl8723bs/hal/odm_debug.h diff --git a/drivers/staging/rtl8723bs/hal/odm_debug.h b/drivers/staging/rtl8723bs/hal/odm_debug.h deleted file mode 100644 index 94011343f7e7..000000000000 --- a/drivers/staging/rtl8723bs/hal/odm_debug.h +++ /dev/null @@ -1,88 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/****************************************************************************** - * - * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. - * - ******************************************************************************/ - -#ifndef __ODM_DBG_H__ -#define __ODM_DBG_H__ - - -/* */ -/* Define the debug levels */ -/* */ -/* 1. DBG_TRACE and DBG_LOUD are used for normal cases. */ -/* So that, they can help SW engineer to developed or trace states changed */ -/* and also help HW enginner to trace every operation to and from HW, */ -/* e.g IO, Tx, Rx. */ -/* */ -/* 2. DBG_WARNNING and DBG_SERIOUS are used for unusual or error cases, */ -/* which help us to debug SW or HW. */ -/* */ -/* */ -/* */ -/* Never used in a call to ODM_RT_TRACE()! */ -/* */ -#define ODM_DBG_OFF 1 - -/* */ -/* Fatal bug. */ -/* For example, Tx/Rx/IO locked up, OS hangs, memory access violation, */ -/* resource allocation failed, unexpected HW behavior, HW BUG and so on. */ -/* */ -#define ODM_DBG_SERIOUS 2 - -/* */ -/* Abnormal, rare, or unexpected cases. */ -/* For example, */ -/* IRP/Packet/OID canceled, */ -/* device suprisely unremoved and so on. */ -/* */ -#define ODM_DBG_WARNING 3 - -/* */ -/* Normal case with useful information about current SW or HW state. */ -/* For example, Tx/Rx descriptor to fill, Tx/Rx descriptor completed status, */ -/* SW protocol state change, dynamic mechanism state change and so on. */ -/* */ -#define ODM_DBG_LOUD 4 - -/* */ -/* Normal case with detail execution flow or information. */ -/* */ -#define ODM_DBG_TRACE 5 - -/* */ -/* Define the tracing components */ -/* */ -/* */ -/* BB Functions */ -#define ODM_COMP_DIG BIT0 -#define ODM_COMP_RA_MASK BIT1 -#define ODM_COMP_DYNAMIC_TXPWR BIT2 -#define ODM_COMP_FA_CNT BIT3 -#define ODM_COMP_RSSI_MONITOR BIT4 -#define ODM_COMP_CCK_PD BIT5 -#define ODM_COMP_ANT_DIV BIT6 -#define ODM_COMP_PWR_SAVE BIT7 -#define ODM_COMP_PWR_TRAIN BIT8 -#define ODM_COMP_RATE_ADAPTIVE BIT9 -#define ODM_COMP_PATH_DIV BIT10 -#define ODM_COMP_PSD BIT11 -#define ODM_COMP_DYNAMIC_PRICCA BIT12 -#define ODM_COMP_RXHP BIT13 -#define ODM_COMP_MP BIT14 -#define ODM_COMP_CFO_TRACKING BIT15 -/* MAC Functions */ -#define ODM_COMP_EDCA_TURBO BIT16 -#define ODM_COMP_EARLY_MODE BIT17 -/* RF Functions */ -#define ODM_COMP_TX_PWR_TRACK BIT24 -#define ODM_COMP_RX_GAIN_TRACK BIT25 -#define ODM_COMP_CALIBRATION BIT26 -/* Common Functions */ -#define ODM_COMP_COMMON BIT30 -#define ODM_COMP_INIT BIT31 - -#endif /* __ODM_DBG_H__ */ diff --git a/drivers/staging/rtl8723bs/hal/odm_precomp.h b/drivers/staging/rtl8723bs/hal/odm_precomp.h index 440a549bffc7..5041c9535e9a 100644 --- a/drivers/staging/rtl8723bs/hal/odm_precomp.h +++ b/drivers/staging/rtl8723bs/hal/odm_precomp.h @@ -27,7 +27,6 @@ #include "odm.h" #include "odm_HWConfig.h" -#include "odm_debug.h" #include "odm_RegDefine11N.h" #include "odm_EdcaTurboCheck.h" #include "odm_DIG.h" -- 2.20.1