commit | a6cb82b5c21d046a4383010045dc0489bec42884 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven.eckelmann@openmesh.com> | Thu Dec 21 10:17:39 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 21 15:35:53 2017 -0500 |
tree | 7d2a083e81a8d1a310d1bc4475a4dc230b7baf3b | |
parent | 4e58452b6fc391c35611693b12a3f97bd60f6da8 [diff] |
batman-adv: Remove usage of BIT(x) in packet.h The BIT(x) macro is no longer available for uapi headers because it is defined outside of it (linux/bitops.h). The use of it must therefore be avoided and replaced by an appropriate other representation. Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com> Signed-off-by: David S. Miller <davem@davemloft.net>