commit | e04de4861cdebdfaa13507ad3d40e6542aeab857 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sun Jun 18 09:59:28 2017 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Sat Jul 29 09:51:27 2017 +0200 |
tree | d341f54072c2be6369312c1c7c9507460de1ebda | |
parent | 6a04be8d860e86ad84b99045395d9e46ed7304cf [diff] |
batman-adv: Remove variable deprecated by skb_put_data skb_put_data makes it unnecessary to store the skb_put return value to copy some data to the packet. The returned pointer of skb_put_data should therefore not stored by functions which previously only used it to copy some data. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>