Deleted Added
full compact
ar5416.h (219479) ar5416.h (219480)
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/ar5416/ar5416.h 219479 2011-03-11 11:07:53Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ar5416/ar5416.h 219480 2011-03-11 11:35:36Z adrian $
18 */
19#ifndef _ATH_AR5416_H_
20#define _ATH_AR5416_H_
21
22#include "ar5212/ar5212.h"
23#include "ar5416_cal.h"
24#include "ah_eeprom_v14.h" /* for CAL_TARGET_POWER_* */
25

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

69 HAL_INI_ARRAY ah_ini_addac;
70 HAL_INI_ARRAY ah_ini_pcieserdes;
71
72 void (*ah_writeIni)(struct ath_hal *,
73 const struct ieee80211_channel *);
74 void (*ah_spurMitigate)(struct ath_hal *,
75 const struct ieee80211_channel *);
76
18 */
19#ifndef _ATH_AR5416_H_
20#define _ATH_AR5416_H_
21
22#include "ar5212/ar5212.h"
23#include "ar5416_cal.h"
24#include "ah_eeprom_v14.h" /* for CAL_TARGET_POWER_* */
25

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

69 HAL_INI_ARRAY ah_ini_addac;
70 HAL_INI_ARRAY ah_ini_pcieserdes;
71
72 void (*ah_writeIni)(struct ath_hal *,
73 const struct ieee80211_channel *);
74 void (*ah_spurMitigate)(struct ath_hal *,
75 const struct ieee80211_channel *);
76
77 /* calibration ops */
78 HAL_BOOL (*ah_cal_initcal)(struct ath_hal *,
79 const struct ieee80211_channel *);
80 void (*ah_cal_pacal)(struct ath_hal *,
81 HAL_BOOL is_reset);
82
77 /* optional open-loop tx power control related methods */
78 void (*ah_olcInit)(struct ath_hal *);
79 void (*ah_olcTempCompensation)(struct ath_hal *);
80
81 /* tx power control */
82 HAL_BOOL (*ah_setPowerCalTable) (struct ath_hal *ah,
83 struct ar5416eeprom *pEepData,
84 const struct ieee80211_channel *chan,

--- 212 unchanged lines hidden ---
83 /* optional open-loop tx power control related methods */
84 void (*ah_olcInit)(struct ath_hal *);
85 void (*ah_olcTempCompensation)(struct ath_hal *);
86
87 /* tx power control */
88 HAL_BOOL (*ah_setPowerCalTable) (struct ath_hal *ah,
89 struct ar5416eeprom *pEepData,
90 const struct ieee80211_channel *chan,

--- 212 unchanged lines hidden ---