Deleted Added
full compact
ar5212_attach.c (235972) ar5212_attach.c (238607)
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_attach.c 235972 2012-05-25 05:01:27Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c 238607 2012-07-19 02:25:14Z adrian $
18 */
19#include "opt_ah.h"
20
21#include "ah.h"
22#include "ah_internal.h"
23#include "ah_devid.h"
24
25#include "ar5212/ar5212.h"

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

66 .ah_stopTxDma = ar5212StopTxDma,
67 .ah_setupTxDesc = ar5212SetupTxDesc,
68 .ah_setupXTxDesc = ar5212SetupXTxDesc,
69 .ah_fillTxDesc = ar5212FillTxDesc,
70 .ah_procTxDesc = ar5212ProcTxDesc,
71 .ah_getTxIntrQueue = ar5212GetTxIntrQueue,
72 .ah_reqTxIntrDesc = ar5212IntrReqTxDesc,
73 .ah_getTxCompletionRates = ar5212GetTxCompletionRates,
18 */
19#include "opt_ah.h"
20
21#include "ah.h"
22#include "ah_internal.h"
23#include "ah_devid.h"
24
25#include "ar5212/ar5212.h"

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

66 .ah_stopTxDma = ar5212StopTxDma,
67 .ah_setupTxDesc = ar5212SetupTxDesc,
68 .ah_setupXTxDesc = ar5212SetupXTxDesc,
69 .ah_fillTxDesc = ar5212FillTxDesc,
70 .ah_procTxDesc = ar5212ProcTxDesc,
71 .ah_getTxIntrQueue = ar5212GetTxIntrQueue,
72 .ah_reqTxIntrDesc = ar5212IntrReqTxDesc,
73 .ah_getTxCompletionRates = ar5212GetTxCompletionRates,
74 .ah_setTxDescLink = ar5212SetTxDescLink,
75 .ah_getTxDescLink = ar5212GetTxDescLink,
76 .ah_getTxDescLinkPtr = ar5212GetTxDescLinkPtr,
74
75 /* RX Functions */
76 .ah_getRxDP = ar5212GetRxDP,
77 .ah_setRxDP = ar5212SetRxDP,
78 .ah_enableReceive = ar5212EnableReceive,
79 .ah_stopDmaReceive = ar5212StopDmaReceive,
80 .ah_startPcuReceive = ar5212StartPcuReceive,
81 .ah_stopPcuReceive = ar5212StopPcuReceive,

--- 836 unchanged lines hidden ---
77
78 /* RX Functions */
79 .ah_getRxDP = ar5212GetRxDP,
80 .ah_setRxDP = ar5212SetRxDP,
81 .ah_enableReceive = ar5212EnableReceive,
82 .ah_stopDmaReceive = ar5212StopDmaReceive,
83 .ah_startPcuReceive = ar5212StartPcuReceive,
84 .ah_stopPcuReceive = ar5212StopPcuReceive,

--- 836 unchanged lines hidden ---