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

@ -439,7 +439,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
#ifdef CONFIG_AP_MODE
u32 rx_count;
#endif
}RT_CHANNEL_INFO, *PRT_CHANNEL_INFO;