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

@ -373,7 +373,7 @@ extern u32 GlobalDebugLevel;
#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);