Deleted Added
full compact
ieee80211_ioctl.h (232244) ieee80211_ioctl.h (234018)
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 2001 Atsushi Onoe
3 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

18 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 *
26 * $FreeBSD: head/sys/net80211/ieee80211_ioctl.h 232244 2012-02-28 04:05:35Z adrian $
26 * $FreeBSD: head/sys/net80211/ieee80211_ioctl.h 234018 2012-04-08 04:51:25Z adrian $
27 */
28#ifndef _NET80211_IEEE80211_IOCTL_H_
29#define _NET80211_IEEE80211_IOCTL_H_
30
31/*
32 * IEEE 802.11 ioctls.
33 */
34#include <net80211/_ieee80211.h>

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

237 uint32_t is_hwmp_rootrann; /* root RANNs sent */
238
239 uint32_t is_mesh_badae; /* dropped 'cuz invalid AE */
240 uint32_t is_mesh_rtaddfailed; /* route add failed */
241 uint32_t is_mesh_notproxy; /* dropped 'cuz not proxying */
242 uint32_t is_rx_badalign; /* dropped 'cuz misaligned */
243 uint32_t is_hwmp_proxy; /* PREP for proxy route */
244 uint32_t is_beacon_bad; /* Number of bad beacons */
27 */
28#ifndef _NET80211_IEEE80211_IOCTL_H_
29#define _NET80211_IEEE80211_IOCTL_H_
30
31/*
32 * IEEE 802.11 ioctls.
33 */
34#include <net80211/_ieee80211.h>

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

237 uint32_t is_hwmp_rootrann; /* root RANNs sent */
238
239 uint32_t is_mesh_badae; /* dropped 'cuz invalid AE */
240 uint32_t is_mesh_rtaddfailed; /* route add failed */
241 uint32_t is_mesh_notproxy; /* dropped 'cuz not proxying */
242 uint32_t is_rx_badalign; /* dropped 'cuz misaligned */
243 uint32_t is_hwmp_proxy; /* PREP for proxy route */
244 uint32_t is_beacon_bad; /* Number of bad beacons */
245
246 uint32_t is_spare[10];
245 uint32_t is_ampdu_bar_tx; /* A-MPDU BAR frames TXed */
246 uint32_t is_ampdu_bar_tx_retry; /* A-MPDU BAR frames TX rtry */
247 uint32_t is_ampdu_bar_tx_fail; /* A-MPDU BAR frames TX fail */
248
249 uint32_t is_spare[7];
247};
248
249/*
250 * Max size of optional information elements. We artificially
251 * constrain this; it's limited only by the max frame size (and
252 * the max parameter size of the wireless extensions).
253 */
254#define IEEE80211_MAX_OPT_IE 256

--- 601 unchanged lines hidden ---
250};
251
252/*
253 * Max size of optional information elements. We artificially
254 * constrain this; it's limited only by the max frame size (and
255 * the max parameter size of the wireless extensions).
256 */
257#define IEEE80211_MAX_OPT_IE 256

--- 601 unchanged lines hidden ---