Deleted Added
full compact
ieee80211_radiotap.h (232095) ieee80211_radiotap.h (245156)
1/* $FreeBSD: head/sys/net80211/ieee80211_radiotap.h 232095 2012-02-24 05:33:11Z adrian $ */
1/* $FreeBSD: head/sys/net80211/ieee80211_radiotap.h 245156 2013-01-08 06:59:21Z adrian $ */
2/* $NetBSD: ieee80211_radiotap.h,v 1.16 2007/01/06 05:51:15 dyoung Exp $ */
3
4/*-
5 * Copyright (c) 2003, 2004 David Young. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 179 unchanged lines hidden (view full) ---

189 IEEE80211_RADIOTAP_DBM_ANTNOISE = 6,
190 IEEE80211_RADIOTAP_LOCK_QUALITY = 7,
191 IEEE80211_RADIOTAP_TX_ATTENUATION = 8,
192 IEEE80211_RADIOTAP_DB_TX_ATTENUATION = 9,
193 IEEE80211_RADIOTAP_DBM_TX_POWER = 10,
194 IEEE80211_RADIOTAP_ANTENNA = 11,
195 IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
196 IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
2/* $NetBSD: ieee80211_radiotap.h,v 1.16 2007/01/06 05:51:15 dyoung Exp $ */
3
4/*-
5 * Copyright (c) 2003, 2004 David Young. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 179 unchanged lines hidden (view full) ---

189 IEEE80211_RADIOTAP_DBM_ANTNOISE = 6,
190 IEEE80211_RADIOTAP_LOCK_QUALITY = 7,
191 IEEE80211_RADIOTAP_TX_ATTENUATION = 8,
192 IEEE80211_RADIOTAP_DB_TX_ATTENUATION = 9,
193 IEEE80211_RADIOTAP_DBM_TX_POWER = 10,
194 IEEE80211_RADIOTAP_ANTENNA = 11,
195 IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
196 IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
197 /* NB: gap for netbsd definitions */
197 /*
198 * 14-17 are from Linux, they overlap the netbsd-specific
199 * fields.
200 */
201 IEEE80211_RADIOTAP_RX_FLAGS = 14,
202 IEEE80211_RADIOTAP_TX_FLAGS = 15,
203 IEEE80211_RADIOTAP_RTS_RETRIES = 16,
204 IEEE80211_RADIOTAP_DATA_RETRIES = 17,
205
198 IEEE80211_RADIOTAP_XCHANNEL = 18,
199 IEEE80211_RADIOTAP_MCS = 19,
206 IEEE80211_RADIOTAP_XCHANNEL = 18,
207 IEEE80211_RADIOTAP_MCS = 19,
208 IEEE80211_RADIOTAP_AMPDU_STATUS = 20,
209
210 IEEE80211_RADIOTAP_RADIOTAP_NAMESPACE = 29,
200 IEEE80211_RADIOTAP_VENDOREXT = 30,
201 IEEE80211_RADIOTAP_EXT = 31,
202};
203
204#ifndef _KERNEL
205/* channel attributes */
206#define IEEE80211_CHAN_TURBO 0x00000010 /* Turbo channel */
207#define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */

--- 35 unchanged lines hidden ---
211 IEEE80211_RADIOTAP_VENDOREXT = 30,
212 IEEE80211_RADIOTAP_EXT = 31,
213};
214
215#ifndef _KERNEL
216/* channel attributes */
217#define IEEE80211_CHAN_TURBO 0x00000010 /* Turbo channel */
218#define IEEE80211_CHAN_CCK 0x00000020 /* CCK channel */

--- 35 unchanged lines hidden ---