Go to the documentation of this file.
19 #ifndef ATH9K_DFS_DEBUG_H
20 #define ATH9K_DFS_DEBUG_H
66 #if defined(CONFIG_ATH9K_DFS_DEBUGFS)
68 #define DFS_STAT_INC(sc, c) (sc->debug.stats.dfs_stats.c++)
71 #define DFS_POOL_STAT_INC(c) (global_dfs_pool_stats.c++)
72 #define DFS_POOL_STAT_DEC(c) (global_dfs_pool_stats.c--)
77 #define DFS_STAT_INC(sc, c) do { } while (0)
80 #define DFS_POOL_STAT_INC(c) do { } while (0)
81 #define DFS_POOL_STAT_DEC(c) do { } while (0)