mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Flatten hal/rtl8188e/ into hal/ and hal/phydm/rtl8188e into hal/phydm
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
0dc256adfc
commit
82f1f8f937
44 changed files with 203 additions and 203 deletions
|
@ -16,7 +16,7 @@ Major Change History:
|
|||
--*/
|
||||
#include "mp_precomp.h"
|
||||
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
|
||||
#if (RATE_ADAPTIVE_SUPPORT == 1)
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
/*Image2HeaderVersion: 2.18*/
|
||||
#include "mp_precomp.h"
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
#if (RTL8188E_SUPPORT == 1)
|
||||
static bool
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
/*Image2HeaderVersion: 2.18*/
|
||||
#include "mp_precomp.h"
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
#if (RTL8188E_SUPPORT == 1)
|
||||
static bool
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
/*Image2HeaderVersion: 2.18*/
|
||||
#include "mp_precomp.h"
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
#if (RTL8188E_SUPPORT == 1)
|
||||
static bool
|
|
@ -19,7 +19,7 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "../mp_precomp.h"
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "mp_precomp.h"
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
/*---------------------------Define Local Constant---------------------------*/
|
||||
/* 2010/04/25 MH Define the max tx power tracking tx agc power. */
|
|
@ -26,7 +26,7 @@
|
|||
#define index_mapping_NUM_88E 15
|
||||
#define AVG_THERMAL_NUM_88E 4
|
||||
|
||||
#include "../halphyrf_ce.h"
|
||||
#include "halphyrf_ce.h"
|
||||
|
||||
void configure_txpower_track_8188e(
|
||||
struct _TXPWRTRACK_CFG *p_config
|
|
@ -19,7 +19,7 @@
|
|||
******************************************************************************/
|
||||
|
||||
#include "mp_precomp.h"
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
|
||||
|
|
@ -65,18 +65,18 @@ phy_set_tx_power_limit(
|
|||
#endif
|
||||
|
||||
#if (RTL8188E_SUPPORT == 1)
|
||||
#include "rtl8188e/hal8188erateadaptive.h" /* for RA,Power training */
|
||||
#include "rtl8188e/halhwimg8188e_mac.h"
|
||||
#include "rtl8188e/halhwimg8188e_rf.h"
|
||||
#include "rtl8188e/halhwimg8188e_bb.h"
|
||||
#include "rtl8188e/halhwimg8188e_t_fw.h"
|
||||
#include "rtl8188e/halhwimg8188e_s_fw.h"
|
||||
#include "rtl8188e/phydm_regconfig8188e.h"
|
||||
#include "rtl8188e/phydm_rtl8188e.h"
|
||||
#include "rtl8188e/hal8188ereg.h"
|
||||
#include "rtl8188e/version_rtl8188e.h"
|
||||
#include "hal8188erateadaptive.h" /* for RA,Power training */
|
||||
#include "halhwimg8188e_mac.h"
|
||||
#include "halhwimg8188e_rf.h"
|
||||
#include "halhwimg8188e_bb.h"
|
||||
#include "halhwimg8188e_t_fw.h"
|
||||
#include "halhwimg8188e_s_fw.h"
|
||||
#include "phydm_regconfig8188e.h"
|
||||
#include "phydm_rtl8188e.h"
|
||||
#include "hal8188ereg.h"
|
||||
#include "version_rtl8188e.h"
|
||||
#include "rtl8188e_hal.h"
|
||||
#include "rtl8188e/halphyrf_8188e_ce.h"
|
||||
#include "halphyrf_8188e_ce.h"
|
||||
#endif /* 88E END */
|
||||
|
||||
#if (RTL8192E_SUPPORT == 1)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "mp_precomp.h"
|
||||
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
#if (RTL8188E_SUPPORT == 1)
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "mp_precomp.h"
|
||||
|
||||
#include "../phydm_precomp.h"
|
||||
#include "phydm_precomp.h"
|
||||
|
||||
#if (RTL8188E_SUPPORT == 1)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue