]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove unused enum values
authorJouni Malinen <jouni@codeaurora.org>
Mon, 8 Jun 2020 21:21:06 +0000 (00:21 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 8 Jun 2020 21:21:06 +0000 (00:21 +0300)
The last user of these was removed in commit 17fbb751e174 ("Remove user
space client MLME") and there is no need to maintain these unused values
anymore.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
hostapd/config_file.c

index 0a181f2e1f5a039b94da6a5901bc9335631f5ccb..8f7fcd8b762c221e7ea6877dedc38770f8d1ac5a 100644 (file)
@@ -943,14 +943,6 @@ static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname)
 }
 
 
-enum {
-       IEEE80211_TX_QUEUE_DATA0 = 0, /* used for EDCA AC_VO data */
-       IEEE80211_TX_QUEUE_DATA1 = 1, /* used for EDCA AC_VI data */
-       IEEE80211_TX_QUEUE_DATA2 = 2, /* used for EDCA AC_BE data */
-       IEEE80211_TX_QUEUE_DATA3 = 3 /* used for EDCA AC_BK data */
-};
-
-
 #ifdef CONFIG_IEEE80211R_AP
 
 static int rkh_derive_key(const char *pos, u8 *key, size_t key_len)