Deleted Added
full compact
ah_internal.h (226488) ah_internal.h (227410)
1/*
2 * Copyright (c) 2002-2009 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-2009 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_internal.h 226488 2011-10-18 03:01:41Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_internal.h 227410 2011-11-09 22:39:44Z adrian $
18 */
19#ifndef _ATH_AH_INTERAL_H_
20#define _ATH_AH_INTERAL_H_
21/*
22 * Atheros Device Hardware Access Layer (HAL).
23 *
24 * Internal definitions.
25 */

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

205 halEnhancedPmSupport : 1,
206 halEnhancedDfsSupport : 1,
207 halMbssidAggrSupport : 1,
208 halBssidMatchSupport : 1,
209 hal4kbSplitTransSupport : 1,
210 halHasRxSelfLinkedTail : 1,
211 halSupportsFastClock5GHz : 1, /* Hardware supports 5ghz fast clock; check eeprom/channel before using */
212 halHasLongRxDescTsf : 1,
18 */
19#ifndef _ATH_AH_INTERAL_H_
20#define _ATH_AH_INTERAL_H_
21/*
22 * Atheros Device Hardware Access Layer (HAL).
23 *
24 * Internal definitions.
25 */

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

205 halEnhancedPmSupport : 1,
206 halEnhancedDfsSupport : 1,
207 halMbssidAggrSupport : 1,
208 halBssidMatchSupport : 1,
209 hal4kbSplitTransSupport : 1,
210 halHasRxSelfLinkedTail : 1,
211 halSupportsFastClock5GHz : 1, /* Hardware supports 5ghz fast clock; check eeprom/channel before using */
212 halHasLongRxDescTsf : 1,
213 halHasBBReadWar : 1;
213 halHasBBReadWar : 1,
214 halSerialiseRegWar : 1;
214 uint32_t halWirelessModes;
215 uint16_t halTotalQueues;
216 uint16_t halKeyCacheSize;
217 uint16_t halLow5GhzChan, halHigh5GhzChan;
218 uint16_t halLow2GhzChan, halHigh2GhzChan;
219 int halTstampPrecision;
220 int halRtsAggrLimit;
221 uint8_t halTxChainMask;

--- 604 unchanged lines hidden ---
215 uint32_t halWirelessModes;
216 uint16_t halTotalQueues;
217 uint16_t halKeyCacheSize;
218 uint16_t halLow5GhzChan, halHigh5GhzChan;
219 uint16_t halLow2GhzChan, halHigh2GhzChan;
220 int halTstampPrecision;
221 int halRtsAggrLimit;
222 uint8_t halTxChainMask;

--- 604 unchanged lines hidden ---