mac80211: cleanup select_queue
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Dec 2010 09:15:30 +0000 (10:15 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 Dec 2010 20:44:22 +0000 (15:44 -0500)
There's a redundant rcu_read_lock/unlock pair, a
redundant variable, and a few redundant accesses
to the 1d_to_ac array. Fix this to make the code
neater and easier to follow.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/wme.c

Simple merge