mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
rtl8188eu: Remove RTL8188E_FPGA_true_PHY_VERIFICATION - not selected
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
e520b8da19
commit
e5e7596841
2 changed files with 1 additions and 10 deletions
|
@ -313,13 +313,8 @@ storePwrIndexDiffRateOffset(
|
|||
// 2) "#define RTL8723_FPGA_VERIFICATION 1" in Precomp.h.WlanE.Windows
|
||||
// 3) "#define RTL8190_Download_Firmware_From_Header 0" in Precomp.h.WlanE.Windows if needed.
|
||||
//
|
||||
#if (RTL8188E_SUPPORT == 1) && (RTL8188E_FPGA_true_PHY_VERIFICATION == 1)
|
||||
#define SIC_ENABLE 1
|
||||
#define SIC_HW_SUPPORT 1
|
||||
#else
|
||||
#define SIC_ENABLE 0
|
||||
#define SIC_ENABLE 0
|
||||
#define SIC_HW_SUPPORT 0
|
||||
#endif
|
||||
//==================================================================
|
||||
|
||||
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
*
|
||||
*
|
||||
******************************************************************************/
|
||||
//***** temporarily flag *******
|
||||
|
||||
//for FPGA VERIFICATION config
|
||||
#define RTL8188E_FPGA_true_PHY_VERIFICATION 0
|
||||
|
||||
//***** temporarily flag *******
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue