commit | 1409a8349f978abec556748bcac00541a46a56b5 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat May 12 18:33:55 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Mon Jun 25 08:21:38 2012 +0200 |
tree | db40dfdc276402eb43469dd9f0685af70170b429 | |
parent | 3b300de322014f529b2e0a72a92c414686b85671 [diff] |
batman-adv: Prefix gateway_client local static functions with batadv_ All non-static symbols of batman-adv were prefixed with batadv_ to avoid collisions with other symbols of the kernel. Other symbols of batman-adv should use the same prefix to keep the naming scheme consistent. Signed-off-by: Sven Eckelmann <sven@narfation.org>