Deleted Added
full compact
ar5210.h (185380) ar5210.h (185406)
1/*
2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2004 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 *

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

121 u_int ah_slottime; /* user-specified slot time */
122 u_int ah_acktimeout; /* user-specified ack timeout */
123 u_int ah_ctstimeout; /* user-specified cts timeout */
124};
125#define AH5210(ah) ((struct ath_hal_5210 *)(ah))
126
127struct ath_hal;
128
1/*
2 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 2002-2004 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 *

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

121 u_int ah_slottime; /* user-specified slot time */
122 u_int ah_acktimeout; /* user-specified ack timeout */
123 u_int ah_ctstimeout; /* user-specified cts timeout */
124};
125#define AH5210(ah) ((struct ath_hal_5210 *)(ah))
126
127struct ath_hal;
128
129extern struct ath_hal *ar5210Attach(uint16_t, HAL_SOFTC,
130 HAL_BUS_TAG, HAL_BUS_HANDLE, HAL_STATUS *);
131extern void ar5210Detach(struct ath_hal *);
132
129extern void ar5210Detach(struct ath_hal *ah);
133extern HAL_BOOL ar5210Reset(struct ath_hal *, HAL_OPMODE,
134 HAL_CHANNEL *, HAL_BOOL bChannelChange, HAL_STATUS *);
135extern void ar5210SetPCUConfig(struct ath_hal *);
136extern HAL_BOOL ar5210PhyDisable(struct ath_hal *);
137extern HAL_BOOL ar5210Disable(struct ath_hal *);
138extern HAL_BOOL ar5210ChipReset(struct ath_hal *, HAL_CHANNEL *);
139extern HAL_BOOL ar5210PerCalibration(struct ath_hal *, HAL_CHANNEL *, HAL_BOOL *);
140extern HAL_BOOL ar5210PerCalibrationN(struct ath_hal *ah, HAL_CHANNEL *chan,

--- 141 unchanged lines hidden ---
130extern HAL_BOOL ar5210Reset(struct ath_hal *, HAL_OPMODE,
131 HAL_CHANNEL *, HAL_BOOL bChannelChange, HAL_STATUS *);
132extern void ar5210SetPCUConfig(struct ath_hal *);
133extern HAL_BOOL ar5210PhyDisable(struct ath_hal *);
134extern HAL_BOOL ar5210Disable(struct ath_hal *);
135extern HAL_BOOL ar5210ChipReset(struct ath_hal *, HAL_CHANNEL *);
136extern HAL_BOOL ar5210PerCalibration(struct ath_hal *, HAL_CHANNEL *, HAL_BOOL *);
137extern HAL_BOOL ar5210PerCalibrationN(struct ath_hal *ah, HAL_CHANNEL *chan,

--- 141 unchanged lines hidden ---