From: Johannes Berg Date: Wed, 12 Jun 2013 20:47:56 +0000 (+0200) Subject: mac80211: fix TX aggregation TID struct leak X-Git-Tag: v3.11-rc1~64^2~78^2^2~24^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=661eb3811df568161399af0048f1ecb4ac073687;p=pandora-kernel.git mac80211: fix TX aggregation TID struct leak Ben reports that kmemleak is saying TX aggregation TID structs are leaked. Given his workload, I suspect that they're leaked because stations are destroyed before their aggregation sessions get a chance to start. Fix this by simply freeing structs that are not used yet. Reported-by: Ben Greear Tested-by: Ben Greear Signed-off-by: Johannes Berg --- Reading git-diff-tree failed