summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/odm_precomp.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-08-05 14:11:54 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-05 16:09:15 +0200
commitae3b4ed1a23fc197716c4bcf1e32be37f2472d3b (patch)
tree2c281fd370c7b2b600852fcb57e842f44ee71ab4 /drivers/staging/rtl8188eu/include/odm_precomp.h
parenta9df8cd5e3fcd046c20e036073b1f90854b3e863 (diff)
staging: rtl8188eu: use phydm_regdefine11n.h from rtlwifi
Use rtlwifi/phydm/phydm_regdefine11n.h instead of odm_RegDefine11N.h and remove the now unused odm_RegDefine11N.h. The defines from odm_RegDefine11N.h are defined with the same values in rtlwifi/phydm/phydm_regdefine11n.h. There is one define that is named different, but that one is not used in the rtl8188eu code. rtl8188eu: #define ODM_REG_RX_PATH_11N 0xC04 rtlwifi: #defnie ODM_REG_BB_RX_PATH_11N 0xC04 Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/odm_precomp.h')
-rw-r--r--drivers/staging/rtl8188eu/include/odm_precomp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/odm_precomp.h b/drivers/staging/rtl8188eu/include/odm_precomp.h
index 4d0dd12645bd..658a938df4c1 100644
--- a/drivers/staging/rtl8188eu/include/odm_precomp.h
+++ b/drivers/staging/rtl8188eu/include/odm_precomp.h
@@ -24,7 +24,7 @@
#include "odm.h"
#include "odm_HWConfig.h"
#include "odm_debug.h"
-#include "odm_RegDefine11N.h"
+#include "../../rtlwifi/phydm/phydm_regdefine11n.h"
#include "hal8188e_rate_adaptive.h" /* for RA,Power training */
#include "rtl8188e_hal.h"