commit | 8b58ff832df9222e1fb3c58ae7f745f95569b55e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jun 10 10:21:51 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 14 15:39:28 2010 -0400 |
tree | 0283d0ee403eb19a4b411fc3803763619c5d6dfc | |
parent | 73a72a81d27b71f9ace31668d2dd7f3ac1c8228e [diff] |
mac80211: fix mgmt frame accounting The recent change to processing action frames from the management frame queue had already broken action frame accounting, and my rework didn't help either. So add back accounting and simplify the code with a label rather than duplicating it, and also add accounting for management frames. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>