Include driver.h in hostapd.h
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Sun, 15 Dec 2013 08:47:40 +0000 (10:47 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 24 Dec 2013 06:22:37 +0000 (08:22 +0200)
commit13daed58c7bd63b073634d1ea73b3b75fa87d5d2
tree1bc68265c932cdb2762d596ffbb36789b5f39535
parenta12d34546a4cf9800fb2bf679417b8cf25e6f420
Include driver.h in hostapd.h

This allows use of structs (and not only pointers) defined in drivers.h.
Remove also some not needed forward declarations and redundant includes.

Signed-hostap: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
12 files changed:
src/ap/accounting.c
src/ap/ap_drv_ops.c
src/ap/ap_list.c
src/ap/beacon.c
src/ap/hostapd.c
src/ap/hostapd.h
src/ap/hw_features.c
src/ap/ieee802_11.c
src/ap/ieee802_11_ht.c
src/ap/ieee802_11_vht.c
src/ap/sta_info.c
src/ap/wpa_auth_glue.c