Skip to content
Commit 1d5af0ac authored by Felix Fietkau's avatar Felix Fietkau
Browse files

mt76: do not use skb_set_queue_mapping for internal purposes



Previously the code used skb_set_queue_mapping for management or non-bufferable
powersave frames that need to be sent to a different hardware queue.
This can confuse AQL, which expects the value to remain the same until the tx
status report.
The only place that currently uses the altered skb queue mapping is the txwi
write function. Change the code to pass the hardware queue id as a function
parameter instead.

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent d08295f5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment