]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
80211: ifconfig replace MS() with _IEEE80211_MASKSHIFT()
authorbz <bz@FreeBSD.org>
Wed, 7 Oct 2020 22:29:26 +0000 (22:29 +0000)
committerbz <bz@FreeBSD.org>
Wed, 7 Oct 2020 22:29:26 +0000 (22:29 +0000)
commitfe1491984a2ea0a25098e934002d0365ba0ef49d
tree7a702883bdd5200e61071964e190419df224ef42
parent9404710737f949ae8df728be34065daefc6d08e9
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