commit | c3e29312c8c27d403f91522711ce9a290c7571c9 | [log] [tgz] |
---|---|---|
author | Marek Lindner <lindner_marek@yahoo.de> | Sun Mar 04 16:56:25 2012 +0800 |
committer | Antonio Quartulli <ordex@autistici.org> | Fri May 11 10:08:11 2012 +0200 |
tree | a366ebef6e2d65ed5fdbec48e38fc3e630a9e367 | |
parent | ffa995e036bef734ea40cbbccda574d1df3a8a58 [diff] |
batman-adv: register batman ogm receive function during protocol init The B.A.T.M.A.N. IV OGM receive function still was hard-coded although it is a routing protocol specific function. This patch takes advantage of the dynamic packet handler registration to remove the hard-coded function calls. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Acked-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Antonio Quartulli <ordex@autistici.org>