mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove CONFIG_PROC_DEBUG - defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a3f602a144
commit
08a92b716f
5 changed files with 1 additions and 20 deletions
|
@ -222,7 +222,6 @@ int _netdev_open(struct net_device *pnetdev);
|
|||
int netdev_open (struct net_device *pnetdev);
|
||||
static int netdev_close (struct net_device *pnetdev);
|
||||
|
||||
#ifdef CONFIG_PROC_DEBUG
|
||||
#define RTL8192C_PROC_NAME "rtl819xC"
|
||||
#define RTL8192D_PROC_NAME "rtl819xD"
|
||||
static char rtw_proc_name[IFNAMSIZ];
|
||||
|
@ -611,7 +610,6 @@ void rtw_proc_remove_one(struct net_device *dev)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static uint loadparam( _adapter *padapter, _nic_hdl pnetdev)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue