mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: CONFIG_GLOBAL_UI_PID is always selected
This configuration variable is removed. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5ce0198d67
commit
83e1776605
4 changed files with 2 additions and 11 deletions
|
@ -105,7 +105,6 @@
|
|||
#endif // CONFIG_LED
|
||||
|
||||
#define USB_INTERFERENCE_ISSUE // this should be checked in all usb interface
|
||||
#define CONFIG_GLOBAL_UI_PID
|
||||
|
||||
#define CONFIG_NEW_SIGNAL_STAT_PROCESS
|
||||
#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */
|
||||
|
|
|
@ -133,8 +133,7 @@ extern NDIS_STATUS drv_set_info(
|
|||
u32* BytesRead,
|
||||
u32* BytesNeeded
|
||||
);
|
||||
#ifdef CONFIG_GLOBAL_UI_PID
|
||||
|
||||
extern int ui_pid[3];
|
||||
#endif
|
||||
|
||||
#endif // #ifndef __INC_CEINFO_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue