These are some patches for inclusion for the next compat bump:
 * remove vis server - this functionality will be provided by alfred
   and associated programs in the future and does not really belong
   to kernel space
 * reorder packet types - this allows to route future unicast packets
   even if not yet implemented
 * remove __packed from ogm packets to allow better access in compiled code 

This is based on ordex/compat_bump.

Simon Wunderlich (3):
  batman-adv: remove vis functionality
  batman-adv: reorder packet types
  batman-adv: remove packed from batadv_ogm_packet

 Makefile.kbuild  |    1 -
 bat_iv_ogm.c     |    7 -
 debugfs.c        |    9 -
 hard-interface.c |    9 -
 main.c           |   39 ++-
 packet.h         |   56 ++--
 routing.c        |   70 ++--
 routing.h        |    2 +
 send.c           |    1 -
 soft-interface.c |    1 -
 sysfs.c          |   72 -----
 types.h          |   82 -----
 vis.c            |  935 ------------------------------------------------------
 vis.h            |   36 ---
 14 files changed, 73 insertions(+), 1247 deletions(-)
 delete mode 100644 vis.c
 delete mode 100644 vis.h

-- 
1.7.10.4

Reply via email to