From 4ead4c7ecd77887e78864e2c128484599a882578 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 11 Feb 2017 10:29:18 +0200 Subject: [PATCH] WMM: Remove obsolete TODO comments These are more about kernel behavior than anything that hostapd would implement. Signed-off-by: Jouni Malinen --- src/ap/wmm.c | 5 ----- 1 file changed, 5 deletions(-) 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;