batman-adv: simplify bat_ogm_receive API call
authorMarek Lindner <lindner_marek@yahoo.de>
Sun, 4 Dec 2011 20:01:51 +0000 (04:01 +0800)
committerMarek Lindner <lindner_marek@yahoo.de>
Thu, 16 Feb 2012 18:50:19 +0000 (02:50 +0800)
commit8780dad9e97f564da0eb3443009c3203122e7e7d
tree9c291c379f5d94793162e24b22452f9ffe5277a3
parent76543d14aec6ce5cb3fc7be9b39c50fcebd2043b
batman-adv: simplify bat_ogm_receive API call

Most of the values in that call are derived from the skb, so we can hand
over the skb instead.

Reported-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_ogm.h
net/batman-adv/routing.c