From: Jouni Malinen Date: Sat, 11 Feb 2017 08:29:18 +0000 (+0200) Subject: WMM: Remove obsolete TODO comments X-Git-Tag: hostap_2_7~1616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ead4c7ecd77887e78864e2c128484599a882578;p=thirdparty%2Fhostap.git WMM: Remove obsolete TODO comments These are more about kernel behavior than anything that hostapd would implement. Signed-off-by: Jouni Malinen --- diff --git a/src/ap/wmm.c b/src/ap/wmm.c index 314e244bc..7ecba70f3 100644 --- a/src/ap/wmm.c +++ b/src/ap/wmm.c @@ -21,11 +21,6 @@ #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;