mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Remove RTK_DMP_PLATFORM
This is not selected. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
cfd60faf5e
commit
10a995af18
7 changed files with 2 additions and 134 deletions
|
@ -247,7 +247,6 @@ int _netdev_open(struct net_device *pnetdev);
|
|||
int netdev_open (struct net_device *pnetdev);
|
||||
static int netdev_close (struct net_device *pnetdev);
|
||||
|
||||
/* ifdef RTK_DMP_PLATFORM */
|
||||
#ifdef CONFIG_PROC_DEBUG
|
||||
#define RTL8192C_PROC_NAME "rtl819xC"
|
||||
#define RTL8192D_PROC_NAME "rtl819xD"
|
||||
|
@ -1209,9 +1208,7 @@ int _netdev_open(struct net_device *pnetdev)
|
|||
padapter->intf_start(padapter);
|
||||
}
|
||||
|
||||
#ifndef RTK_DMP_PLATFORM
|
||||
rtw_proc_init_one(pnetdev);
|
||||
#endif
|
||||
|
||||
rtw_cfg80211_init_wiphy(padapter);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue