/* SPDX-License-Identifier: GPL-2.0 */ /****************************************************************************** * * Copyright(c) 2007 - 2010 Realtek Corporation. All rights reserved. * * Modifications for inclusion into the Linux staging tree are * Copyright(c) 2010 Larry Finger. All rights reserved. * * Contact information: * WLAN FAE <[email protected]> * Larry Finger <[email protected]> * ******************************************************************************/ #ifndef __RTL871X_RF_H_ #define __RTL871X_RF_H_ #include "rtl871x_cmd.h" #include "rtl871x_mp_phy_regdef.h" #define OFDM_PHY … #define MIXED_PHY … #define CCK_PHY … #define NumRates … #define RTL8711_RF_MAX_SENS … #define RTL8711_RF_DEF_SENS … #define NUM_CHANNELS … struct regulatory_class { … }; enum _REG_PREAMBLE_MODE { … }; enum { … }; #endif /*__RTL871X_RF_H_*/