diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2009-03-04 12:33:24 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-03-04 12:33:24 +0200 |
commit | 3ae0800c5f24e1b62c0e66be9fd487a051a37c62 (patch) | |
tree | f402524eff7053f6fb8d1367e091f6320d732235 /hostapd/wpa.h | |
parent | 1c6965f7db4341de1ffd83f65eb53ab3d53c3765 (diff) | |
download | external_wpa_supplicant_8_ti-3ae0800c5f24e1b62c0e66be9fd487a051a37c62.zip external_wpa_supplicant_8_ti-3ae0800c5f24e1b62c0e66be9fd487a051a37c62.tar.gz external_wpa_supplicant_8_ti-3ae0800c5f24e1b62c0e66be9fd487a051a37c62.tar.bz2 |
WMM cleanup (WME -> WMM rename, comments, etc.)
This updates the terminogy to match with the final WMM specification. In
addition, some of the WMM TSPEC structure fields were in incorrect order
and used without byte order swapping. Those are also taken care of this
cleanup patch.
Diffstat (limited to 'hostapd/wpa.h')
-rw-r--r-- | hostapd/wpa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/wpa.h b/hostapd/wpa.h index d353844..7d9b3d3 100644 --- a/hostapd/wpa.h +++ b/hostapd/wpa.h @@ -141,7 +141,7 @@ struct wpa_auth_config { int rsn_preauth; int eapol_version; int peerkey; - int wme_enabled; + int wmm_enabled; int okc; #ifdef CONFIG_IEEE80211W enum { |