]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9878c040df046ee9d5a805a218ef6c4d9378cdcf
tree64d118360835eb1abfa9546ce3cac99c8db9ce79
parenta8eb26c8ebcef02c2410104dfd40e3756aca182a
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