commit | fac371d9f09f461dfe9fbbceb2a38e2e12164dda | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed May 07 23:18:09 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 14 16:29:48 2008 -0400 |
tree | 8b39e93de42af2059ceddc10498151c41a438c3d | |
parent | 84e6dc9acf6825f508feae9db6b7d695e64894e0 [diff] |
mac80211: fix queue constant confusion In commit 31ccc476b77234f6afb3 (mac80211: QoS related cleanups) I accidentally changed these to use IEEE80211_MAX_AMPDU_QUEUES twice which obviously is wrong, it should be IEEE80211_MAX_QUEUES once. Currently harmless as they're both the same value anyway. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>