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

@ -404,9 +404,7 @@ typedef struct _RT_CHANNEL_INFO
//u16 ScanPeriod; // Listen time in millisecond in this channel.
//s32 MaxTxPwrDbm; // Max allowed tx power.
//u32 ExInfo; // Extended Information for this channel.
#ifdef CONFIG_FIND_BEST_CHANNEL
u32 rx_count;
#endif
}RT_CHANNEL_INFO, *PRT_CHANNEL_INFO;
int rtw_ch_set_search_ch(RT_CHANNEL_INFO *ch_set, const u32 ch);