On Wed, Apr 27, 2011 at 11:35:04PM +0200, Antonio Quartulli wrote:
The old HNA mechanism has been totally rewritten from scratch. The new mechanism consists in announcing local translation-table changes only, reducing the protocol overhead.
For details, please visit: http://www.open-mesh.org/wiki/batman-adv/Hna-improvements
Moreover:
- COMPAT_VERSION has been increased to 14
- batman-adv now depends on module "crc16" for tt crc computation
Hi Antonio
Shouldn't this dependency be listed in the Kconfig file? I think you need to add
select CRC16
See for example ./drivers/w1/slaves/Kconfig.
Andrew