Deleted Added
full compact
ah_desc.h (239381) ah_desc.h (250346)
1/*
2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2008 Atheros Communications, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 *
1/*
2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2008 Atheros Communications, Inc.
4 *
5 * Permission to use, copy, modify, and/or distribute this software for any
6 * purpose with or without fee is hereby granted, provided that the above
7 * copyright notice and this permission notice appear in all copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 *
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_desc.h 239381 2012-08-19 02:22:16Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_desc.h 250346 2013-05-08 01:11:25Z adrian $
18 */
19
20#ifndef _DEV_ATH_DESC_H
21#define _DEV_ATH_DESC_H
22
23#include "opt_ah.h" /* NB: required for AH_SUPPORT_AR5416 */
24
25/*

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

150#define HAL_RX_MORE_AGGR 0x0002 /* more frames in aggr */
151#define HAL_RX_GI 0x0004 /* full gi */
152#define HAL_RX_2040 0x0008 /* 40 Mhz */
153#define HAL_RX_DELIM_CRC_PRE 0x0010 /* crc error in delimiter pre */
154#define HAL_RX_DELIM_CRC_POST 0x0020 /* crc error in delim after */
155#define HAL_RX_DECRYPT_BUSY 0x0040 /* decrypt was too slow */
156#define HAL_RX_HI_RX_CHAIN 0x0080 /* SM power save: hi Rx chain control */
157#define HAL_RX_IS_APSD 0x0100 /* Is ASPD trigger frame */
18 */
19
20#ifndef _DEV_ATH_DESC_H
21#define _DEV_ATH_DESC_H
22
23#include "opt_ah.h" /* NB: required for AH_SUPPORT_AR5416 */
24
25/*

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

150#define HAL_RX_MORE_AGGR 0x0002 /* more frames in aggr */
151#define HAL_RX_GI 0x0004 /* full gi */
152#define HAL_RX_2040 0x0008 /* 40 Mhz */
153#define HAL_RX_DELIM_CRC_PRE 0x0010 /* crc error in delimiter pre */
154#define HAL_RX_DELIM_CRC_POST 0x0020 /* crc error in delim after */
155#define HAL_RX_DECRYPT_BUSY 0x0040 /* decrypt was too slow */
156#define HAL_RX_HI_RX_CHAIN 0x0080 /* SM power save: hi Rx chain control */
157#define HAL_RX_IS_APSD 0x0100 /* Is ASPD trigger frame */
158#define HAL_RX_STBC 0x0200 /* Is an STBC frame */
158
159enum {
160 HAL_PHYERR_UNDERRUN = 0, /* Transmit underrun */
161 HAL_PHYERR_TIMING = 1, /* Timing error */
162 HAL_PHYERR_PARITY = 2, /* Illegal parity */
163 HAL_PHYERR_RATE = 3, /* Illegal rate */
164 HAL_PHYERR_LENGTH = 4, /* Illegal length */
165 HAL_PHYERR_RADAR = 5, /* Radar detect */

--- 95 unchanged lines hidden ---
159
160enum {
161 HAL_PHYERR_UNDERRUN = 0, /* Transmit underrun */
162 HAL_PHYERR_TIMING = 1, /* Timing error */
163 HAL_PHYERR_PARITY = 2, /* Illegal parity */
164 HAL_PHYERR_RATE = 3, /* Illegal rate */
165 HAL_PHYERR_LENGTH = 4, /* Illegal length */
166 HAL_PHYERR_RADAR = 5, /* Radar detect */

--- 95 unchanged lines hidden ---