Deleted Added
full compact
if_athioctl.h (238638) if_athioctl.h (238929)
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 238638 2012-07-20 02:17:48Z adrian $
29 * $FreeBSD: head/sys/dev/ath/if_athioctl.h 238929 2012-07-31 02:18:10Z 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

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

226 union {
227 uint8_t macaddr[IEEE80211_ADDR_LEN];
228 uint64_t pad;
229 } is_u;
230 uint32_t len;
231 caddr_t buf;
232};
233#define SIOCGATHNODERATESTATS _IOWR('i', 149, struct ath_rateioctl)
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

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

226 union {
227 uint8_t macaddr[IEEE80211_ADDR_LEN];
228 uint64_t pad;
229 } is_u;
230 uint32_t len;
231 caddr_t buf;
232};
233#define SIOCGATHNODERATESTATS _IOWR('i', 149, struct ath_rateioctl)
234#define SIOCGATHRATESTATS _IOWR('i', 150, struct ath_rateioctl)
234
235/*
236 * Radio capture format.
237 */
238#define ATH_RX_RADIOTAP_PRESENT_BASE ( \
239 (1 << IEEE80211_RADIOTAP_TSFT) | \
240 (1 << IEEE80211_RADIOTAP_FLAGS) | \
241 (1 << IEEE80211_RADIOTAP_RATE) | \

--- 166 unchanged lines hidden ---
235
236/*
237 * Radio capture format.
238 */
239#define ATH_RX_RADIOTAP_PRESENT_BASE ( \
240 (1 << IEEE80211_RADIOTAP_TSFT) | \
241 (1 << IEEE80211_RADIOTAP_FLAGS) | \
242 (1 << IEEE80211_RADIOTAP_RATE) | \

--- 166 unchanged lines hidden ---