From: Antonio Quartulli Date: Thu, 5 Jul 2012 21:38:30 +0000 (+0200) Subject: batman-adv: change interface_rx to get orig node X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~288^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371351731e9c2a7d8f4b169731495cb4f0589063;p=pandora-kernel.git batman-adv: change interface_rx to get orig node In order to understand where a broadcast packet is coming from and use this information to detect not yet announced clients, this patch modifies the interface_rx() function by passing a new argument: the orig node corresponding to the node that originated the received packet (if known). This new argument if not NULL for broadcast packets only (other packets does not have source field). Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed