]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/ap_drv_ops.c
Get rid of struct hostapd_driver_ops abstraction
authorJouni Malinen <jouni.malinen@atheros.com>
Wed, 24 Nov 2010 14:50:06 +0000 (16:50 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 24 Nov 2010 14:50:06 +0000 (16:50 +0200)
commit0e8a96a9115fdc82a925352f914e6b8fb8cad5c5
tree0829a61d16a75ff12597498cee3da588b3773fc5
parent3acdf771b8e1b7e4825013350ccca72f21294977
Get rid of struct hostapd_driver_ops abstraction

This is not needed anymore and just makes things more difficult
to understand, so move the remaining function pointers to direct
function calls and get rid of the struct hostapd_driver_ops.
src/ap/ap_drv_ops.c
src/ap/ap_drv_ops.h
src/ap/beacon.c
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/ieee802_11.c
src/ap/ieee802_1x.c
src/ap/sta_info.c
src/ap/vlan_init.c
src/ap/wps_hostapd.c