mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Remove all code associated with DBG_MEMORY_LEAK
This parameter is always undefined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4a5aa7a8b7
commit
1f6c1424cc
5 changed files with 1 additions and 57 deletions
|
@ -349,8 +349,6 @@
|
|||
|
||||
/* #define DBG_HAL_INIT_PROFILING */
|
||||
|
||||
/* #define DBG_MEMORY_LEAK */
|
||||
|
||||
/* TX use 1 urb */
|
||||
/* #define CONFIG_SINGLE_XMIT_BUF */
|
||||
/* RX use 1 urb */
|
||||
|
|
|
@ -412,10 +412,6 @@ int proc_get_tx_stat(struct seq_file *m, void *v);
|
|||
int proc_get_all_sta_info(struct seq_file *m, void *v);
|
||||
#endif /* CONFIG_AP_MODE */
|
||||
|
||||
#ifdef DBG_MEMORY_LEAK
|
||||
int proc_get_malloc_cnt(struct seq_file *m, void *v);
|
||||
#endif /* DBG_MEMORY_LEAK */
|
||||
|
||||
#ifdef CONFIG_FIND_BEST_CHANNEL
|
||||
int proc_get_best_channel(struct seq_file *m, void *v);
|
||||
ssize_t proc_set_best_channel(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue