batman-adv: Reduce usage of char
authorSven Eckelmann <sven@narfation.org>
Wed, 15 Jun 2011 07:41:37 +0000 (09:41 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 20 Jun 2011 09:37:18 +0000 (11:37 +0200)
commitb4e1705417c6cc7d46d9020259a2c8f457cf82bd
treed057a27c91d0bce396726878a6c8995f0d5b0d3b
parentb2c44a53836559b5e2823aa215c979c33bc9e2db
batman-adv: Reduce usage of char

char was used in different places to store information without really
using the characteristics of that data type or by ignoring the fact that
char has not a well defined signedness.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/aggregation.c
net/batman-adv/aggregation.h
net/batman-adv/bitarray.c
net/batman-adv/bitarray.h
net/batman-adv/gateway_client.c
net/batman-adv/gateway_common.c
net/batman-adv/main.h
net/batman-adv/routing.c
net/batman-adv/send.c
net/batman-adv/send.h
net/batman-adv/soft-interface.c