mirror of https://gitee.com/openkylin/linux.git
staging: rtlwifi: move remaining phydm .h files
The rtl8188eu driver uses the phydm .h files from the rtlwifi driver, but now that the rtlwifi driver is gone, it's silly to have a whole directory for just 2 .h files. So move these files into the rtl8188eu driver's directory so that it can be self-contained. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8a90bdcb64
commit
adc7af464c
|
@ -24,12 +24,12 @@
|
|||
#include "odm.h"
|
||||
#include "odm_hwconfig.h"
|
||||
#include "odm_debug.h"
|
||||
#include "../../rtlwifi/phydm/phydm_regdefine11n.h"
|
||||
#include "phydm_regdefine11n.h"
|
||||
|
||||
#include "hal8188e_rate_adaptive.h" /* for RA,Power training */
|
||||
#include "rtl8188e_hal.h"
|
||||
|
||||
#include "../../rtlwifi/phydm/phydm_reg.h"
|
||||
#include "phydm_reg.h"
|
||||
|
||||
#include "odm_rtl8188e.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue