K 10 svn:author V 2 bz K 8 svn:date V 27 2020-11-05T12:12:26.944914Z K 7 svn:log V 329 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. END