diff options
author | Jouni Malinen <j@w1.fi> | 2009-12-26 00:05:40 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-12-26 00:05:40 +0200 |
commit | 6226e38d002cac786709ef1c24fe09811f70b6d7 (patch) | |
tree | 50fe2e34169addfca7ad10e4f73fff99997c5ef4 /src/ap/wmm.h | |
parent | fcfda83bf9ea76a888bc8000f0286f62eec2533b (diff) | |
download | external_wpa_supplicant_8_ti-6226e38d002cac786709ef1c24fe09811f70b6d7.zip external_wpa_supplicant_8_ti-6226e38d002cac786709ef1c24fe09811f70b6d7.tar.gz external_wpa_supplicant_8_ti-6226e38d002cac786709ef1c24fe09811f70b6d7.tar.bz2 |
Rename some src/ap files to avoid duplicate file names
Doxygen and some build tools may get a bit confused about same file
name being used in different directories. Clean this up a bit by
renaming some of the duplicated file names in src/ap.
Diffstat (limited to 'src/ap/wmm.h')
-rw-r--r-- | src/ap/wmm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ap/wmm.h b/src/ap/wmm.h index fbaf8ad..96b04e8 100644 --- a/src/ap/wmm.h +++ b/src/ap/wmm.h @@ -17,6 +17,7 @@ #define WME_H struct ieee80211_mgmt; +struct wmm_tspec_element; u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid); int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, |