| commit | c4680470a34a4f39af3d0a5c40f70befd8701908 | [log] [tgz] |
|---|---|---|
| author | Johannes Berg <johannes@sipsolutions.net> | Thu May 15 12:55:25 2008 +0200 |
| committer | John W. Linville <linville@tuxdriver.com> | Wed May 21 21:48:08 2008 -0400 |
| tree | b965ffa0226244e80f8482b5e5b4500f8175274a | |
| parent | 189a2b5942d62bd18e1e01772c4c784253f5dd16 [diff] |
mac80211: fix bugs in queue handling functions
Commit 55c308c1315bc7267dbb88011c208fd743cdce31
("mac80211: QoS related cleanups") introduced another bug,
the queue handling functions that operate on all queues now
only operated on the first queues, not the A-MPDU queues as
expected. This patch fixes this.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>