commit | 37a4065ec79dcf172c44cb2741c1b9983ecfc492 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat May 14 23:14:51 2011 +0200 |
committer | Sven Eckelmann <sven@narfation.org> | Mon May 30 07:39:32 2011 +0200 |
tree | c147618cee2f3743ab34ae8195da490a7e73c266 | |
parent | 747e4221a03cde62402b614ca1f8e961b8416130 [diff] |
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 <sven@narfation.org>