utils: nuke bitfield functions and macros
authorStijn Tintel <stijn@linux-ipv6.be>
Thu, 17 Aug 2017 13:50:03 +0000 (15:50 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Fri, 29 Sep 2017 12:34:36 +0000 (15:34 +0300)
commit632688e8d6cde32781e4ec685d59afb0938300ad
treeb92a3e7146b7d48f3866508d20dec67f8dd46e05
parentf714be125c9b85e184a482bc22e958b5cadfad3a
utils: nuke bitfield functions and macros

The bitfield functions and macros were committed without explaining
their purpose in the commit message.

As they are only used in uci, and conflict with similar functions added
in hostapd, breaking our hostapd ubus patch, nuke them from libubox and
add them in uci instead.

If we need them anywhere else in the future we can add it to libubox
again, but preferably prefixed with ubox_.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
utils.h