mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-10 23:33:06 +00:00
rtl8188eu: Flatten hap/
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
81aeb84017
commit
4de1397841
603 changed files with 71 additions and 220876 deletions
|
@ -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>
|
||||
|
|
|
@ -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. -- */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue