]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r366524:
authorBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 5 Nov 2020 12:12:26 +0000 (12:12 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 5 Nov 2020 12:12:26 +0000 (12:12 +0000)
commitc24c93c549e568cbaf9211f5523e89ed3cdd5456
tree30f6bdc4f2c3e9fcc5a2d826634c8530333fee24
parent9dfda1932e11ff91afaf7ef7c121dfdca1889b63
MFC r366524:

  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.
sbin/ifconfig/ifieee80211.c