Deleted Added
full compact
ah_debug.h (238276) ah_debug.h (242689)
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 238276 2012-07-09 06:41:18Z adrian $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_debug.h 242689 2012-11-07 06:23:23Z 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 */

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

47 HAL_DEBUG_DIVERSITY = 0x00100000, /* diversity debugging */
48 HAL_DEBUG_DFS = 0x00200000, /* DFS debugging */
49 HAL_DEBUG_HANG = 0x00400000, /* BB/MAC hang debugging */
50 HAL_DEBUG_CALIBRATE = 0x00800000, /* setup calibration */
51 HAL_DEBUG_POWER_MGMT = 0x01000000, /* power calibration */
52 HAL_DEBUG_CHANNEL = 0x02000000,
53 HAL_DEBUG_QUEUE = 0x04000000,
54 HAL_DEBUG_PRINT_REG = 0x08000000,
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 */

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

47 HAL_DEBUG_DIVERSITY = 0x00100000, /* diversity debugging */
48 HAL_DEBUG_DFS = 0x00200000, /* DFS debugging */
49 HAL_DEBUG_HANG = 0x00400000, /* BB/MAC hang debugging */
50 HAL_DEBUG_CALIBRATE = 0x00800000, /* setup calibration */
51 HAL_DEBUG_POWER_MGMT = 0x01000000, /* power calibration */
52 HAL_DEBUG_CHANNEL = 0x02000000,
53 HAL_DEBUG_QUEUE = 0x04000000,
54 HAL_DEBUG_PRINT_REG = 0x08000000,
55 HAL_DEBUG_FCS_RTT = 0x10000000,
55
56 HAL_DEBUG_UNMASKABLE = 0x80000000, /* always printed */
57 HAL_DEBUG_ANY = 0xffffffff
58};
59#endif /* _ATH_AH_DEBUG_H_ */
56
57 HAL_DEBUG_UNMASKABLE = 0x80000000, /* always printed */
58 HAL_DEBUG_ANY = 0xffffffff
59};
60#endif /* _ATH_AH_DEBUG_H_ */