commit | 172128468f61e16e1427238278b9ad775584aa89 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Dec 22 10:15:30 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Dec 22 15:44:22 2010 -0500 |
tree | 2089bf1afd912c0b3ee0d486ed4be3a94517ca41 | |
parent | db7ec38d8e99f449856c11ffaef363a8eb5af90f [diff] |
mac80211: cleanup select_queue 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>