diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-01-09 16:55:59 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-01-09 16:55:59 +0200 |
commit | 649d8890b17a75a789fa123fcfb11c8510f96926 (patch) | |
tree | c3d8f31597f2caac258fc84664ec3997bbda0624 /hostapd/ap_list.c | |
parent | b83cbb3b3b579effccf7e7dab3e9f82bfe9b2c45 (diff) | |
download | external_wpa_supplicant_8_ti-649d8890b17a75a789fa123fcfb11c8510f96926.zip external_wpa_supplicant_8_ti-649d8890b17a75a789fa123fcfb11c8510f96926.tar.gz external_wpa_supplicant_8_ti-649d8890b17a75a789fa123fcfb11c8510f96926.tar.bz2 |
Add wrapper functions for IEEE 802.11 driver calls into driver.h
These functions allow the driver_*.c wrappers not to include
ieee802_11.h.
Diffstat (limited to 'hostapd/ap_list.c')
-rw-r--r-- | hostapd/ap_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/ap_list.c b/hostapd/ap_list.c index 4f217dc..e554609 100644 --- a/hostapd/ap_list.c +++ b/hostapd/ap_list.c @@ -23,6 +23,7 @@ #include "ap_list.h" #include "hw_features.h" #include "beacon.h" +#include "driver.h" struct ieee80211_frame_info { |