batman-adv: Replace bitarray operations with bitmap
authorSven Eckelmann <sven@narfation.org>
Sat, 4 Feb 2012 16:34:52 +0000 (17:34 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 11 Apr 2012 12:28:58 +0000 (14:28 +0200)
commit0079d2cef1514422668c7beedd61bfde5aa2c146
tree64d118360835eb1abfa9546ce3cac99c8db9ce79
parentc1faead3335608d9c9bb58e07bbf9663d53d4b26
batman-adv: Replace bitarray operations with bitmap

bitarray.c consists mostly of functionality that is already available as part
of the standard kernel API. batman-adv could use architecture optimized code
and reduce the binary size by switching to the standard functions.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bitarray.c
net/batman-adv/bitarray.h
net/batman-adv/main.h
net/batman-adv/routing.c
net/batman-adv/types.h
This page took 0.058152 seconds and 5 git commands to generate.