commit | 0035f97e65761099cbfa9554ee8cd9bfc395eeea | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <ordex@autistici.org> | Wed Apr 24 16:37:52 2013 +0200 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Wed Oct 09 21:22:32 2013 +0200 |
tree | a3465401dede68f6b3bb76b761f3ae0f14bf9285 | |
parent | ced72933a5e8ab52bb066a4a4083840b6f7f62ff [diff] |
batman-adv: move BATADV_TT_CLIENT_TEMP to higher bit Client flags from bit 0 to 7 are sent over the wire. BATADV_TT_CLIENT_TEMP is a local flag and is not supposed to be sent to the network. Therefore it has occupy a higher bit. Signed-off-by: Antonio Quartulli <ordex@autistici.org> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>