On Monday, May 09, 2016 20:03:35 Andrew Lunn wrote:
BATMAN will set the skb->priority based on the IP precedence or 802.1q tag. However, if it needs to fragment the frame, it currently leaves the fragment skb with the default priority and actually overwrites the priority in the unfragmented frame. Fix this.
Signed-off-by: Andrew Lunn andrew@lunn.ch
net/batman-adv/fragmentation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision e374d75.
Thanks, Marek