]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: simplify/fix tx packet TID handling
authorFelix Fietkau <nbd@openwrt.org>
Thu, 19 Dec 2013 17:01:51 +0000 (18:01 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 19 Dec 2013 19:41:57 +0000 (14:41 -0500)
commitacb85e7ad4f5e94434a79a0517b38f543dc8a5b1
tree6d53cb8d115fd98b4f724d199400c11883c47301
parent00abdab85c255d6339cb968f86ca824db164049b
ath9k: simplify/fix tx packet TID handling

mac80211 guarantees that skb->priority is set to the TID, so use it
instead of trying to parse the QoS header manually.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/xmit.c