rtl8188eu: Remove some configuration variables defined when CONFIG_P2P is defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-01 22:48:40 -06:00
parent 7b6e9a069d
commit 27f745af7b
25 changed files with 227 additions and 236 deletions

View file

@ -388,9 +388,9 @@ struct adapter {
#endif
#ifdef CONFIG_WFD
#ifdef CONFIG_P2P
struct wifi_display_info wfd_info;
#endif //CONFIG_WFD
#endif //CONFIG_P2P
void * HalData;
u32 hal_data_sz;