commit | 99ba18ef0200a824e7bae73f358916b6e3624d62 | [log] [tgz] |
---|---|---|
author | Linus Lüssing <linus.luessing@c0d3.blue> | Fri Feb 17 11:17:06 2017 +0100 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Sun Mar 26 12:46:44 2017 +0200 |
tree | 3846a27be94c8f4dff011c97931073bf9ac96f32 | |
parent | a3a5129e122709306cfa6409781716c2933df99b [diff] |
batman-adv: privatize forw_packet skb assignment An skb is assigned to a forw_packet only once, shortly after the forw_packet allocation. With this patch the assignment is moved into the this allocation function. Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>