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:
parent
7cb03b0eaf
commit
545cfc4bf3
6 changed files with 47 additions and 1187 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue