]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
net80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_*
authorBjoern A. Zeeb <bz@FreeBSD.org>
Wed, 17 Aug 2022 21:59:07 +0000 (21:59 +0000)
committerBjoern A. Zeeb <bz@FreeBSD.org>
Thu, 18 Aug 2022 20:34:30 +0000 (20:34 +0000)
commit8d371164898141673ad3bfe6ee771931569e07d2
tree41b3ceeb34313f67e9809558d385bb0b9abf0d36
parentbd29f81763aa9cac74c75b663c2cf46723f05528
net80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_*

Rather than defining the same values in two places and having to do
conflict resulution on the name in LKPI, change the defines to an
enum in net80211.  In addition to de-duplication this also gives us
value checks in certain cases.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D36250
sys/compat/linuxkpi/common/include/net/cfg80211.h
sys/net80211/ieee80211.h