Deleted Added
full compact
ar5212.h (204579) ar5212.h (211206)
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/ar5212/ar5212.h 204579 2010-03-02 12:59:42Z rpaulo $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ar5212/ar5212.h 211206 2010-08-12 06:06:14Z adrian $
18 */
19#ifndef _ATH_AR5212_H_
20#define _ATH_AR5212_H_
21
22#include "ah_eeprom.h"
23
24#define AR5212_MAGIC 0x19541014
25

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

603struct ath_rx_status;
604extern void ar5212AniPhyErrReport(struct ath_hal *ah,
605 const struct ath_rx_status *rs);
606extern void ar5212ProcessMibIntr(struct ath_hal *, const HAL_NODE_STATS *);
607extern void ar5212AniPoll(struct ath_hal *, const HAL_NODE_STATS *,
608 const struct ieee80211_channel *);
609extern void ar5212AniReset(struct ath_hal *, const struct ieee80211_channel *,
610 HAL_OPMODE, int);
18 */
19#ifndef _ATH_AR5212_H_
20#define _ATH_AR5212_H_
21
22#include "ah_eeprom.h"
23
24#define AR5212_MAGIC 0x19541014
25

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

603struct ath_rx_status;
604extern void ar5212AniPhyErrReport(struct ath_hal *ah,
605 const struct ath_rx_status *rs);
606extern void ar5212ProcessMibIntr(struct ath_hal *, const HAL_NODE_STATS *);
607extern void ar5212AniPoll(struct ath_hal *, const HAL_NODE_STATS *,
608 const struct ieee80211_channel *);
609extern void ar5212AniReset(struct ath_hal *, const struct ieee80211_channel *,
610 HAL_OPMODE, int);
611
612extern HAL_BOOL ar5212IsNFCalInProgress(struct ath_hal *ah);
613extern HAL_BOOL ar5212WaitNFCalComplete(struct ath_hal *ah, int i);
614
611#endif /* _ATH_AR5212_H_ */
615#endif /* _ATH_AR5212_H_ */