WEXT: Use linux/wireless.h instead of wireless_copy.h

WEXT is not really changing anymore and more or less all Linux
distros come with linux/wireless.h that is recent enough to
allow the driver wrappers to be build.

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2011-11-15 20:03:00 +02:00
parent 7cb03b0eaf
commit 545cfc4bf3
6 changed files with 47 additions and 1187 deletions

View file

@ -27,7 +27,7 @@
#include "driver_wext.h"
#include "eloop.h"
#include "common/ieee802_11_defs.h"
#include "wireless_copy.h"
#include "linux_wext.h"
/*
* Avoid conflicts with wpa_supplicant definitions by undefining a definition.