batman-adv: Convert batadv_dat_addr_t to proper type
authorSven Eckelmann <sven@narfation.org>
Sat, 7 Jul 2018 19:50:18 +0000 (21:50 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sun, 8 Jul 2018 10:56:38 +0000 (12:56 +0200)
commit993a4a5f7cd3aef53be3953d11f86b2d3630ebb8
tree23dbdd253ab49d58bcf9567e0f2dc0bbf4457680
parent3b1709de64bcc54284812fa43808da07089008ca
batman-adv: Convert batadv_dat_addr_t to proper type

The #define for batadv_dat_addr_t is doing nothing else than giving u16 a
new typename. But C already has the special keyword "typedef" which is also
better supported by kernel-doc.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Acked-by: Antonio Quartulli <a@unstable.cc>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/types.h