Deleted Added
full compact
ah.h (195114) ah.h (203930)
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.h 195114 2009-06-27 20:06:56Z sam $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah.h 203930 2010-02-15 17:49:49Z rpaulo $
18 */
19
20#ifndef _ATH_AH_H_
21#define _ATH_AH_H_
22/*
23 * Atheros Hardware Access Layer
24 *
25 * Clients of the HAL call ath_hal_attach to obtain a reference to an ath_hal

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

633 void __ahdecl(*ah_setPCUConfig)(struct ath_hal *);
634 HAL_BOOL __ahdecl(*ah_perCalibration)(struct ath_hal*,
635 struct ieee80211_channel *, HAL_BOOL *);
636 HAL_BOOL __ahdecl(*ah_perCalibrationN)(struct ath_hal *,
637 struct ieee80211_channel *, u_int chainMask,
638 HAL_BOOL longCal, HAL_BOOL *isCalDone);
639 HAL_BOOL __ahdecl(*ah_resetCalValid)(struct ath_hal *,
640 const struct ieee80211_channel *);
18 */
19
20#ifndef _ATH_AH_H_
21#define _ATH_AH_H_
22/*
23 * Atheros Hardware Access Layer
24 *
25 * Clients of the HAL call ath_hal_attach to obtain a reference to an ath_hal

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

633 void __ahdecl(*ah_setPCUConfig)(struct ath_hal *);
634 HAL_BOOL __ahdecl(*ah_perCalibration)(struct ath_hal*,
635 struct ieee80211_channel *, HAL_BOOL *);
636 HAL_BOOL __ahdecl(*ah_perCalibrationN)(struct ath_hal *,
637 struct ieee80211_channel *, u_int chainMask,
638 HAL_BOOL longCal, HAL_BOOL *isCalDone);
639 HAL_BOOL __ahdecl(*ah_resetCalValid)(struct ath_hal *,
640 const struct ieee80211_channel *);
641 HAL_BOOL __ahdecl(*ah_setTxPower)(struct ath_hal *,
642 const struct ieee80211_channel *, uint16_t *);
641 HAL_BOOL __ahdecl(*ah_setTxPowerLimit)(struct ath_hal *, uint32_t);
643 HAL_BOOL __ahdecl(*ah_setTxPowerLimit)(struct ath_hal *, uint32_t);
644 HAL_BOOL __ahdecl(*ah_setBoardValues)(struct ath_hal *,
645 const struct ieee80211_channel *);
642
643 /* Transmit functions */
644 HAL_BOOL __ahdecl(*ah_updateTxTrigLevel)(struct ath_hal*,
645 HAL_BOOL incTrigLevel);
646 int __ahdecl(*ah_setupTxQueue)(struct ath_hal *, HAL_TX_QUEUE,
647 const HAL_TXQ_INFO *qInfo);
648 HAL_BOOL __ahdecl(*ah_setTxQueueProps)(struct ath_hal *, int q,
649 const HAL_TXQ_INFO *qInfo);

--- 230 unchanged lines hidden ---
646
647 /* Transmit functions */
648 HAL_BOOL __ahdecl(*ah_updateTxTrigLevel)(struct ath_hal*,
649 HAL_BOOL incTrigLevel);
650 int __ahdecl(*ah_setupTxQueue)(struct ath_hal *, HAL_TX_QUEUE,
651 const HAL_TXQ_INFO *qInfo);
652 HAL_BOOL __ahdecl(*ah_setTxQueueProps)(struct ath_hal *, int q,
653 const HAL_TXQ_INFO *qInfo);

--- 230 unchanged lines hidden ---