Deleted Added
full compact
ah_diagcodes.h (217618) ah_diagcodes.h (219772)
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_diagcodes.h 217618 2011-01-20 04:57:26Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_diagcodes.h 219772 2011-03-19 14:37:13Z adrian $
18 */
19#ifndef _ATH_AH_DIAGCODES_H_
20#define _ATH_AH_DIAGCODES_H_
21/*
22 * Atheros Device Hardware Access Layer (HAL).
23 *
24 * Internal diagnostic API definitions.
25 */

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

57 /* 19-26 removed, do not reuse */
58 HAL_DIAG_RDWRITE = 27, /* Write regulatory domain */
59 HAL_DIAG_RDREAD = 28, /* Get regulatory domain */
60 HAL_DIAG_FATALERR = 29, /* Read cached interrupt state */
61 HAL_DIAG_11NCOMPAT = 30, /* 11n compatibility tweaks */
62 HAL_DIAG_ANI_PARAMS = 31, /* ANI noise immunity parameters */
63 HAL_DIAG_CHECK_HANGS = 32, /* check h/w hangs */
64 HAL_DIAG_SETREGS = 33, /* write registers */
18 */
19#ifndef _ATH_AH_DIAGCODES_H_
20#define _ATH_AH_DIAGCODES_H_
21/*
22 * Atheros Device Hardware Access Layer (HAL).
23 *
24 * Internal diagnostic API definitions.
25 */

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

57 /* 19-26 removed, do not reuse */
58 HAL_DIAG_RDWRITE = 27, /* Write regulatory domain */
59 HAL_DIAG_RDREAD = 28, /* Get regulatory domain */
60 HAL_DIAG_FATALERR = 29, /* Read cached interrupt state */
61 HAL_DIAG_11NCOMPAT = 30, /* 11n compatibility tweaks */
62 HAL_DIAG_ANI_PARAMS = 31, /* ANI noise immunity parameters */
63 HAL_DIAG_CHECK_HANGS = 32, /* check h/w hangs */
64 HAL_DIAG_SETREGS = 33, /* write registers */
65 HAL_DIAG_CHANSURVEY = 34, /* channel survey */
65};
66
67#endif /* _ATH_AH_DIAGCODES_H_ */
66};
67
68#endif /* _ATH_AH_DIAGCODES_H_ */