mac80211: set TID of internal mgmt packets to 7
authorArik Nemtsov <arik@wizery.com>
Tue, 3 May 2011 08:53:07 +0000 (11:53 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 May 2011 18:59:06 +0000 (14:59 -0400)
commit4c468fe559f7910b1c6b10d3d223943fdd1b653c
treefb7293c13da3fa79d2472aa2adff8c4341a6e6e3
parentcbe8c735f1af88037c3dab570f816e3a77896cc7
mac80211: set TID of internal mgmt packets to 7

The queue mapping of internal mgmt packets is set to VO. Set the TID
value to match the queue mapping. Otherwise drivers that only look at
the TID might get confused.

Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/tx.c