Hi,
Antonio was kind enough to provide some feedback about the patchset. I have taken his suggestion and integrated all of them in the patchset.
batman-adv:
* rebase on top of current master+"batman-adv: Include main.h in all files"+ "batman-adv: Keep includes ordered by filename" * adjust BATADV_DBG_TP_METER to bit 7 to avoid conflicts with mcast * Renamed BATADV_TP_SIGINT to BATADV_TP_REASON_CANCEL * Renamed batadv_tp_meter_reason enumerals to BATADV_TP_REASON* * Remove unrelated patch chunk in batadv_iv_ogm_orig_add_if * Re-add accidentally removed empty line from batadv_recv_my_icmp_packet * define BATADV_TP_PLEN via BATADV_TP_PACKET_LEN (increases it to 1476) * fixed whitespace problems in compat code * remove double "a" in kerneldoc for batadv_tp_meter_reason
batctl:
* rebase on top of current master * added include guards to tp_meter.h * imported newest batman_adv.h and packet.h from batman-adv * move iw/genl.c functions into own file "genl.c" * adjust result handling based on new BATADV_TP_REASON_* names
The patchset lost one patch because it was merged in the meantime.
Kind regards, Sven