]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
80211: ifconfig replace MS() with _IEEE80211_MASKSHIFT()
authorBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 7 Oct 2020 22:29:26 +0000 (22:29 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 7 Oct 2020 22:29:26 +0000 (22:29 +0000)
commitfa8bc7ed925bbe7f25c159a7f61c4292ad3fd0af
tree7a702883bdd5200e61071964e190419df224ef42
parent90707c4e44de03ea36be183ef2226601c66169cb
80211: ifconfig replace MS() with _IEEE80211_MASKSHIFT()

As we did in the kernel in r366112 replace the MS() macro with the version(s)
added to the kernel: _IEEE80211_MASKSHIFT().  Also provide its counter part.
This will later allow use to use other macros defined in net80211 headers
here in ifconfig.

MFC after: 1 week
Sponsored by: The FreeBSD Foundation
sbin/ifconfig/ifieee80211.c