Re: [PATCH] mac80211: rx: frames received out of order
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-06-29 07:19:35
Also in:
linux-wireless, lkml
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2016-06-29 07:19:35
Also in:
linux-wireless, lkml
On Tue, 2016-06-28 at 14:15 +0300, Yaniv Machani wrote:
From: Meirav Kama <redacted> MP received data frames from another MP. Frames are forwarded from Rx to Tx to be transmitted to a third MP. Upon cloning the skb, the tx_info was zeroed, and the hw_queue wasn't set correctly, causing frames to be inserted to queue 0 (VOICE). If re-queue occurred for some reason, frame will be inserted to correct queue 2 (BE). In this case frames are now dequeued from 2 different queues and sent out of order.
Please rewrite this commit log in active voice, and explain the fix too.
Signed-off-by: Meirav Kama <redacted> Acked-by: Yaniv Machani <redacted>
See Julian's comment. johannes