Deleted Added
full compact
ah_debug.h (221776) ah_debug.h (237864)
1/*
2 * Copyright (c) 2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 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) 2008 Sam Leffler, Errno Consulting
3 * Copyright (c) 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_debug.h 221776 2011-05-11 13:22:41Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_debug.h 237864 2012-07-01 02:34:32Z adrian $
18 */
19#ifndef _ATH_AH_DEBUG_H_
20#define _ATH_AH_DEBUG_H_
21/*
22 * Atheros Device Hardware Access Layer (HAL).
23 *
24 * Debug mask definitions.
25 */

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

43 HAL_DEBUG_BEACON = 0x00010000, /* beacon setup work */
44 HAL_DEBUG_POWER = 0x00020000, /* power management */
45 HAL_DEBUG_GPIO = 0x00040000, /* GPIO debugging */
46 HAL_DEBUG_INTERRUPT = 0x00080000, /* interrupt handling */
47 HAL_DEBUG_DIVERSITY = 0x00100000, /* diversity debugging */
48 HAL_DEBUG_DFS = 0x00200000, /* DFS debugging */
49 HAL_DEBUG_HANG = 0x00400000, /* BB/MAC hang debugging */
50
18 */
19#ifndef _ATH_AH_DEBUG_H_
20#define _ATH_AH_DEBUG_H_
21/*
22 * Atheros Device Hardware Access Layer (HAL).
23 *
24 * Debug mask definitions.
25 */

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

43 HAL_DEBUG_BEACON = 0x00010000, /* beacon setup work */
44 HAL_DEBUG_POWER = 0x00020000, /* power management */
45 HAL_DEBUG_GPIO = 0x00040000, /* GPIO debugging */
46 HAL_DEBUG_INTERRUPT = 0x00080000, /* interrupt handling */
47 HAL_DEBUG_DIVERSITY = 0x00100000, /* diversity debugging */
48 HAL_DEBUG_DFS = 0x00200000, /* DFS debugging */
49 HAL_DEBUG_HANG = 0x00400000, /* BB/MAC hang debugging */
50
51 HAL_DEBUG_UNMASKABLE = 0xf0000000, /* always printed */
51 HAL_DEBUG_UNMASKABLE = 0x80000000, /* always printed */
52 HAL_DEBUG_ANY = 0xffffffff
53};
54#endif /* _ATH_AH_DEBUG_H_ */
52 HAL_DEBUG_ANY = 0xffffffff
53};
54#endif /* _ATH_AH_DEBUG_H_ */