summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/dfs_debug.h
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@qca.qualcomm.com>2011-12-19 08:11:54 -0800
committerJohn W. Linville <linville@tuxdriver.com>2011-12-21 15:06:09 -0500
commit092fadb00c3958f2cbc560cf00489563bc929faa (patch)
tree8515e1d7f90c82f1a6d7583030464878d28ac8f1 /drivers/net/wireless/ath/ath9k/dfs_debug.h
parent03877332aef0659f43d169a71cbd5256b0b0d1be (diff)
downloadlinux-092fadb00c3958f2cbc560cf00489563bc929faa.tar.gz
linux-092fadb00c3958f2cbc560cf00489563bc929faa.tar.bz2
linux-092fadb00c3958f2cbc560cf00489563bc929faa.zip
ath9k: classify DFS debug header further
DFS_DEBUG_H is very generic, instead use something more specific to ath9k such as ATH9K_DFS_DEBUG_H. Reported-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/dfs_debug.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/dfs_debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/dfs_debug.h b/drivers/net/wireless/ath/ath9k/dfs_debug.h
index 6e1e2a71659e..4911724cb445 100644
--- a/drivers/net/wireless/ath/ath9k/dfs_debug.h
+++ b/drivers/net/wireless/ath/ath9k/dfs_debug.h
@@ -16,8 +16,8 @@
*/
-#ifndef DFS_DEBUG_H
-#define DFS_DEBUG_H
+#ifndef ATH9K_DFS_DEBUG_H
+#define ATH9K_DFS_DEBUG_H
#include "hw.h"
@@ -54,4 +54,4 @@ static inline void ath9k_dfs_init_debug(struct ath_softc *sc) { }
#endif /* CONFIG_ATH9K_DFS_DEBUGFS */
-#endif /* DFS_DEBUG_H */
+#endif /* ATH9K_DFS_DEBUG_H */