Deleted Added
full compact
if_athioctl.h (227868) if_athioctl.h (232764)
1/*-
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27 * THE POSSIBILITY OF SUCH DAMAGES.
28 *
1/*-
2 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY,
22 * OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25 * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
27 * THE POSSIBILITY OF SUCH DAMAGES.
28 *
29 * $FreeBSD: head/sys/dev/ath/if_athioctl.h 227868 2011-11-23 05:00:25Z adrian $
29 * $FreeBSD: head/sys/dev/ath/if_athioctl.h 232764 2012-03-10 04:14:04Z adrian $
30 */
31
32/*
33 * Ioctl-related defintions for the Atheros Wireless LAN controller driver.
34 */
35#ifndef _DEV_ATH_ATHIOCTL_H
36#define _DEV_ATH_ATHIOCTL_H
37

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

150 u_int32_t ast_tx_delim_underrun;
151 u_int32_t ast_tx_aggr_failall; /* aggregate TX failed in its entirety */
152 u_int32_t ast_tx_getnobuf;
153 u_int32_t ast_tx_getbusybuf;
154 u_int32_t ast_tx_intr;
155 u_int32_t ast_rx_intr;
156 u_int32_t ast_tx_aggr_ok; /* aggregate TX ok */
157 u_int32_t ast_tx_aggr_fail; /* aggregate TX failed */
30 */
31
32/*
33 * Ioctl-related defintions for the Atheros Wireless LAN controller driver.
34 */
35#ifndef _DEV_ATH_ATHIOCTL_H
36#define _DEV_ATH_ATHIOCTL_H
37

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

150 u_int32_t ast_tx_delim_underrun;
151 u_int32_t ast_tx_aggr_failall; /* aggregate TX failed in its entirety */
152 u_int32_t ast_tx_getnobuf;
153 u_int32_t ast_tx_getbusybuf;
154 u_int32_t ast_tx_intr;
155 u_int32_t ast_rx_intr;
156 u_int32_t ast_tx_aggr_ok; /* aggregate TX ok */
157 u_int32_t ast_tx_aggr_fail; /* aggregate TX failed */
158 u_int32_t ast_pad[2];
158 u_int32_t ast_tx_mcastq_overflow; /* multicast queue overflow */
159 u_int32_t ast_pad[1];
159};
160
161#define SIOCGATHSTATS _IOWR('i', 137, struct ifreq)
162#define SIOCZATHSTATS _IOWR('i', 139, struct ifreq)
163
164struct ath_diag {
165 char ad_name[IFNAMSIZ]; /* if name, e.g. "ath0" */
166 u_int16_t ad_id;

--- 94 unchanged lines hidden ---
160};
161
162#define SIOCGATHSTATS _IOWR('i', 137, struct ifreq)
163#define SIOCZATHSTATS _IOWR('i', 139, struct ifreq)
164
165struct ath_diag {
166 char ad_name[IFNAMSIZ]; /* if name, e.g. "ath0" */
167 u_int16_t ad_id;

--- 94 unchanged lines hidden ---