]> git.ipfire.org Git - thirdparty/hostap.git/commit
WEXT: Use linux/wireless.h instead of wireless_copy.h
authorJouni Malinen <j@w1.fi>
Tue, 15 Nov 2011 18:03:00 +0000 (20:03 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 15 Nov 2011 18:03:00 +0000 (20:03 +0200)
commit545cfc4bf34de70315da75c024602029d7f0a80e
tree804f424135e8b9a531df97c1b65b2460e1f370b6
parent7cb03b0eaf1e21d3e5a75baec9a44aa332f1d2eb
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>
src/drivers/driver_atheros.c
src/drivers/driver_hostap.c
src/drivers/driver_madwifi.c
src/drivers/driver_wext.c
src/drivers/linux_wext.h [new file with mode: 0644]
src/drivers/wireless_copy.h [deleted file]