Deleted Added
full compact
ah_debug.h (204644) ah_debug.h (217878)
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 204644 2010-03-03 17:32:32Z rpaulo $
17 * $FreeBSD: head/sys/dev/ath/ath_hal/ah_debug.h 217878 2011-01-26 09:37:43Z 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 */

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

37 HAL_DEBUG_TX = 0x00000400,
38 HAL_DEBUG_TXDESC = 0x00000800,
39 HAL_DEBUG_RX = 0x00001000,
40 HAL_DEBUG_RXDESC = 0x00002000,
41 HAL_DEBUG_KEYCACHE = 0x00004000, /* keycache handling */
42 HAL_DEBUG_EEPROM = 0x00008000,
43 HAL_DEBUG_BEACON = 0x00010000, /* beacon setup work */
44 HAL_DEBUG_POWER = 0x00020000, /* power management */
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 */

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

37 HAL_DEBUG_TX = 0x00000400,
38 HAL_DEBUG_TXDESC = 0x00000800,
39 HAL_DEBUG_RX = 0x00001000,
40 HAL_DEBUG_RXDESC = 0x00002000,
41 HAL_DEBUG_KEYCACHE = 0x00004000, /* keycache handling */
42 HAL_DEBUG_EEPROM = 0x00008000,
43 HAL_DEBUG_BEACON = 0x00010000, /* beacon setup work */
44 HAL_DEBUG_POWER = 0x00020000, /* power management */
45 HAL_DEBUG_INTERRUPT = 0x00000080, /* interrupt handling */
45 HAL_DEBUG_GPIO = 0x00040000, /* GPIO debugging */
46 HAL_DEBUG_INTERRUPT = 0x00080000, /* interrupt handling */
46
47 HAL_DEBUG_ANY = 0xffffffff
48};
49#endif /* _ATH_AH_DEBUG_H_ */
47
48 HAL_DEBUG_ANY = 0xffffffff
49};
50#endif /* _ATH_AH_DEBUG_H_ */