]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r330471 (MFC of r311861), since it results in compile errors
authordim <dim@FreeBSD.org>
Sat, 17 Mar 2018 19:04:36 +0000 (19:04 +0000)
committerdim <dim@FreeBSD.org>
Sat, 17 Mar 2018 19:04:36 +0000 (19:04 +0000)
commit277cf133c9f4726b01cdf28aa3fb625256979455
treefbd56c4727b209b44d1265e17a68d7ee92bec32a
parentd10018b25c7c4b0ee65230dcfeedd25fd3abb7bf
Revert r330471 (MFC of r311861), since it results in compile errors
like:

sys/net80211/ieee80211_tdma.c:179: error: 'IEEE80211_MODE_VHT_2GHZ' undeclared (first use in this function)
sys/net80211/ieee80211_tdma.c:180: error: 'IEEE80211_MODE_VHT_5GHZ' undeclared (first use in this function)

The IEEE80211_MODE_VHT_2GHZ and IEEE80211_MODE_VHT_5GHZ enum values are
defined in r310147, but that commit cannot be MFCd as-is, because it
likely breaks ABI.
sys/net80211/ieee80211_tdma.c