Commit 7a4425cd authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: r8188eu: remove header file odm_RegDefine11AC.h



Finally the header odm_RegDefine11AC.h is unused now.
Remove it.

Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210918181904.12000-13-straube.linux@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 27e92f6a
Loading
Loading
Loading
Loading
+0 −29
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* Copyright(c) 2007 - 2011 Realtek Corporation. */

#ifndef	__ODM_REGDEFINE11AC_H__
#define __ODM_REGDEFINE11AC_H__

/* 2 RF REG LIST */

/* 2 BB REG LIST */
/* PAGE 8 */
/* PAGE 9 */
#define	ODM_REG_OFDM_FA_RST_11AC		0x9A4
/* PAGE A */
#define	ODM_REG_CCK_CCA_11AC				0xA0A
#define	ODM_REG_CCK_FA_RST_11AC			0xA2C
#define	ODM_REG_CCK_FA_11AC				0xA5C
/* PAGE C */
#define	ODM_REG_IGI_A_11AC				0xC50
/* PAGE E */
#define	ODM_REG_IGI_B_11AC				0xE50
/* PAGE F */
#define	ODM_REG_OFDM_FA_11AC			0xF48

/* 2 MAC REG LIST */

/* DIG Related */
#define	ODM_BIT_IGI_11AC				0xFFFFFFFF

#endif
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

#include "odm.h"
#include "odm_HWConfig.h"
#include "odm_RegDefine11AC.h"
#include "odm_RegDefine11N.h"

#include "HalPhyRf_8188e.h"/* for IQK,LCK,Power-tracking */