rtl8188eu: Flatten hap/

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2021-07-22 18:57:16 -05:00
parent 81aeb84017
commit 4de1397841
603 changed files with 71 additions and 220876 deletions

View file

@ -62,7 +62,7 @@ typedef struct _ADAPTER _adapter, ADAPTER, *PADAPTER;
#include <hal_com.h>
#include<hal_com_h2c.h>
#include <hal_com_led.h>
#include "../hal/hal_dm.h"
#include "../hal_dm.h"
#include <rtw_qos.h>
#include <rtw_pwrctrl.h>
#include <rtw_mlme.h>

View file

@ -10,7 +10,7 @@
#include "hal_phy_reg.h"
#include "hal_com_reg.h"
#include "hal_com_phycfg.h"
#include "../hal/hal_com_c2h.h"
#include "../hal_com_c2h.h"
/*------------------------------ Tx Desc definition Macro ------------------------*/
/* #pragma mark -- Tx Desc related definition. -- */

View file

@ -4,7 +4,7 @@
#ifndef __HAL_DATA_H__
#define __HAL_DATA_H__
#include "../hal/phydm_precomp.h"
#include "../phydm_precomp.h"
#ifdef CONFIG_BT_COEXIST
#include <hal_btcoex.h>
#endif

View file

@ -5,7 +5,7 @@
#define __RTW_ODM_H__
#include <drv_types.h>
#include "../hal/phydm_types.h"
#include "../phydm_types.h"
/*
* This file provides utilities/wrappers for rtw driver to use ODM
*/