Here is a lonely patch intended for net-next/linux-3.8. It it simply adapting the batman-adv code to use the new ETH_P_BATMAN define recently introduced in if_ether.h.
Let me know if there is any problem!
Thank you, Antonio
The following changes since commit bb728820fe7c42fdb838ab2745fb5fe6b18b5ffa:
core: make GRO methods static. (2012-11-29 13:18:32 -0500)
are available in the git repository at:
git://git.open-mesh.org/linux-merge.git tags/batman-adv-for-davem
for you to fetch changes up to af5d4f7737963f2112f148f97c5820425f050650:
batman-adv: use ETH_P_BATMAN (2012-11-30 10:50:22 +0100)
---------------------------------------------------------------- Included changes: - Use the new ETH_P_BATMAN define instead of the private BATADV_ETH_P_BATMAN
---------------------------------------------------------------- Antonio Quartulli (1): batman-adv: use ETH_P_BATMAN
net/batman-adv/hard-interface.c | 3 ++- net/batman-adv/packet.h | 2 -- net/batman-adv/send.c | 6 ++++-- net/batman-adv/soft-interface.c | 9 +++++---- 4 files changed, 11 insertions(+), 9 deletions(-)