]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: remove ogm_emit and ogm_schedule API calls
authorAntonio Quartulli <a@unstable.cc>
Mon, 2 May 2016 17:45:34 +0000 (01:45 +0800)
committerSimon Wunderlich <sw@simonwunderlich.de>
Thu, 30 Jun 2016 08:29:43 +0000 (10:29 +0200)
commita8e9bedc9fae529052052cdf751dc36c3129a3ed
tree27471c975778b980fb4f06f1b8dc555f6ea32296
parent9bdcf4861f7de81c54ccf47438164e9f0900a3b2
batman-adv: remove ogm_emit and ogm_schedule API calls

The ogm_emit and ogm_schedule API calls were rather tight to the
B.A.T.M.A.N. IV logic and therefore rather difficult to use
with other algorithm implementations.

Remove such calls and move the surrounding logic into the
B.A.T.M.A.N. IV specific code.

Signed-off-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bat_v.c
net/batman-adv/hard-interface.c
net/batman-adv/main.c
net/batman-adv/send.c
net/batman-adv/send.h
net/batman-adv/types.h