rtl8188eu: Remove CONFIG_FIND_BEST_CHANNEL

This variable is selected.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-19 17:13:46 -05:00
parent f50db5cd2c
commit d2528caa5f
7 changed files with 0 additions and 19 deletions

View file

@ -1006,7 +1006,6 @@ int proc_get_all_sta_info(char *page, char **start,
}
#endif
#ifdef CONFIG_FIND_BEST_CHANNEL
int proc_get_best_channel(char *page, char **start,
off_t offset, int count,
int *eof, void *data)
@ -1066,7 +1065,6 @@ int proc_get_best_channel(char *page, char **start,
return len;
}
#endif /* CONFIG_FIND_BEST_CHANNEL */
#ifdef CONFIG_BT_COEXIST
#define _bt_dbg_off_ 0
#define _bt_dbg_on_ 1