]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteef44debd7f92711c72477915b2cdcabec427a60
treed057a27c91d0bce396726878a6c8995f0d5b0d3b
parentf8458a1d1864308976cf15a21b0284988eafa1b0
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