correct IEEE80211_RADIOTAP_XCHANNEL to match system

Submitted by:	Guy Harris
Approved by:	re (kib)
This commit is contained in:
Sam Leffler 2009-07-15 13:50:06 +00:00
parent cd2b95a237
commit 649874e159
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=195709

View file

@ -193,7 +193,7 @@ enum ieee80211_radiotap_type {
IEEE80211_RADIOTAP_ANTENNA = 11,
IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
IEEE80211_RADIOTAP_XCHANNEL = 14,
IEEE80211_RADIOTAP_XCHANNEL = 18,
IEEE80211_RADIOTAP_EXT = 31
};