]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
WMM: Remove obsolete TODO comments
authorJouni Malinen <j@w1.fi>
Sat, 11 Feb 2017 08:29:18 +0000 (10:29 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 11 Feb 2017 08:29:18 +0000 (10:29 +0200)
These are more about kernel behavior than anything that hostapd would
implement.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/wmm.c

index 314e244bc956a4614803f27a64442619ed0c406a..7ecba70f305be16ab6c1469bc11a431973f9bf0c 100644 (file)
 #include "wmm.h"
 
 
-/* TODO: maintain separate sequence and fragment numbers for each AC
- * TODO: IGMP snooping to track which multicasts to forward - and use QOS-DATA
- * if only WMM stations are receiving a certain group */
-
-
 static inline u8 wmm_aci_aifsn(int aifsn, int acm, int aci)
 {
        u8 ret;