commit | 661eb3811df568161399af0048f1ecb4ac073687 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jun 12 22:47:56 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jun 13 00:16:37 2013 +0200 |
tree | 36d0adfa37d54995665c621a6549b475d92b9b39 | |
parent | 940d0ac9dbe3fb9d4806e96f006286c2e476deed [diff] |
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 <greearb@candelatech.com> Tested-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>