Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3e6cac7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wil6210: fix mapping packets to invalid queue"

parents fbdc1de3 2bdfb6bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ static u16 wil_select_queue(struct net_device *ndev,

	/* determine the priority */
	if (wil_is_special_packet(skb))
		return 7;
		skb->priority = 7;
	else if (skb->priority == 0 || skb->priority > 7)
		skb->priority = cfg80211_classify8021d(skb, NULL);