Move the XCHANNEL radiotap definition to a free slot. NetBSD defined some

additional values causing a conflict.

Submitted by:	sam
Approved by:	re (kensmith)
This commit is contained in:
Andrew Thompson 2007-07-01 06:59:30 +00:00
parent 03d03260b2
commit d4548f0965

View File

@ -188,7 +188,8 @@ enum ieee80211_radiotap_type {
IEEE80211_RADIOTAP_ANTENNA = 11,
IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
IEEE80211_RADIOTAP_XCHANNEL = 14,
/* NB: gap for netbsd definitions */
IEEE80211_RADIOTAP_XCHANNEL = 18,
IEEE80211_RADIOTAP_EXT = 31,
};