rtl8188eu: Convert CONFIG_FIND_BEST_CHANNEL to CONFIG_AP_MODE

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-01 11:00:26 -06:00
parent 9decc528d8
commit 7b6e9a069d
5 changed files with 6 additions and 9 deletions

View file

@ -1042,7 +1042,7 @@ int proc_get_all_sta_info(char *page, char **start,
#endif
#ifdef CONFIG_FIND_BEST_CHANNEL
#ifdef CONFIG_AP_MODE
int proc_get_best_channel(char *page, char **start,
off_t offset, int count,
int *eof, void *data)
@ -1127,7 +1127,7 @@ int proc_set_best_channel(struct file *file, const char __user *buffer,
return count;
}
#endif /* CONFIG_FIND_BEST_CHANNEL */
#endif /* CONFIG_AP_MODE */
#ifdef CONFIG_BT_COEXIST
#define _bt_dbg_off_ 0
#define _bt_dbg_on_ 1