]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix queue constant confusion
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 7 May 2008 21:18:09 +0000 (23:18 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 14 May 2008 20:29:48 +0000 (16:29 -0400)
commitb83c162176d8a9f38fb7ff336ea94635afa0a0d5
tree8b39e93de42af2059ceddc10498151c41a438c3d
parentda81803620b7fe7e16bc58904a3a7fb88216a3e4
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>
net/mac80211/ieee80211_i.h