Deleted Added
full compact
ah_internal.h (192396) ah_internal.h (195114)
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 192396 2009-05-19 17:30:13Z sam $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_internal.h 195114 2009-06-27 20:06:56Z sam $
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 */

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

188 halTxStbcSupport : 1,
189 halGTTSupport : 1,
190 halCSTSupport : 1,
191 halRifsRxSupport : 1,
192 halRifsTxSupport : 1,
193 halExtChanDfsSupport : 1,
194 halForcePpmSupport : 1,
195 halEnhancedPmSupport : 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 */

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

188 halTxStbcSupport : 1,
189 halGTTSupport : 1,
190 halCSTSupport : 1,
191 halRifsRxSupport : 1,
192 halRifsTxSupport : 1,
193 halExtChanDfsSupport : 1,
194 halForcePpmSupport : 1,
195 halEnhancedPmSupport : 1,
196 halMbssidAggrSupport : 1;
196 halMbssidAggrSupport : 1,
197 halBssidMatchSupport : 1;
197 uint32_t halWirelessModes;
198 uint16_t halTotalQueues;
199 uint16_t halKeyCacheSize;
200 uint16_t halLow5GhzChan, halHigh5GhzChan;
201 uint16_t halLow2GhzChan, halHigh2GhzChan;
202 int halTstampPrecision;
203 int halRtsAggrLimit;
204 uint8_t halTxChainMask;

--- 599 unchanged lines hidden ---
198 uint32_t halWirelessModes;
199 uint16_t halTotalQueues;
200 uint16_t halKeyCacheSize;
201 uint16_t halLow5GhzChan, halHigh5GhzChan;
202 uint16_t halLow2GhzChan, halHigh2GhzChan;
203 int halTstampPrecision;
204 int halRtsAggrLimit;
205 uint8_t halTxChainMask;

--- 599 unchanged lines hidden ---