From: Sven Eckelmann Date: Sat, 14 May 2011 21:14:51 +0000 (+0200) Subject: batman-adv: Only use int up and down gw representation X-Git-Tag: v3.1-rc1~316^2~412^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a4065ec79dcf172c44cb2741c1b9983ecfc492;p=pandora-kernel.git batman-adv: Only use int up and down gw representation It is not save to provide memory for an int and then cast the pointer to it to long*. It is better to standardize the up and down gateway bandwith representation to simple ints and only use long inside conversation routines. Signed-off-by: Sven Eckelmann --- Reading git-diff-tree failed