On Thursday 23 August 2012 15:41:58 Edo Monticelli wrote:
/* ICMP message types */ -enum batadv_icmp_packettype {
BATADV_ECHO_REPLY = 0,
+enum icmp_packettype {
BATADV_ECHO_REPLY = 0, BATADV_DESTINATION_UNREACHABLE = 3,
I heavily protest against the change of the enum name back to the pre-prefix name.
There is still a TODO inside the diff and you have variables which are assigned but not used.
Kind regards, Sven