Searched hist:fe77d8257c4d838c5976557ddb87bd789f312412 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/batman-adv/ |
H A D | fragmentation.c | diff fe77d8257c4d838c5976557ddb87bd789f312412 Wed Nov 29 03:25:02 CST 2017 Sven Eckelmann <sven.eckelmann@open-mesh.com> batman-adv: Always initialize fragment header priority
The batman-adv unuicast fragment header contains 3 bits for the priority of the packet. These bits will be initialized when the skb->priority contains a value between 256 and 263. But otherwise, the uninitialized bits from the stack will be used.
Fixes: c0f25c802b33 ("batman-adv: Include frame priority in fragment header") Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
|