]> Pileus Git - ~andy/linux/blobdiff - drivers/net/wireless/ath5k/base.h
ath5k: Port debug.c over to the new band API and enable as build option
[~andy/linux] / drivers / net / wireless / ath5k / base.h
index bbe7a54381542456ef6b7d3f32bc277ca1fa6a97..3a97558930188302bdd00f61df9b6fe2bb29da28 100644 (file)
@@ -108,9 +108,9 @@ struct ath5k_softc {
        u8                      g_rates;
        u8                      xr_rates;
 
-#if ATH5K_DEBUG
+#ifdef CONFIG_ATH5K_DEBUG
        struct ath5k_dbg_info   debug;          /* debug info */
-#endif
+#endif /* CONFIG_ATH5K_DEBUG */
 
        struct ath5k_buf        *bufptr;        /* allocated buffer ptr */
        struct ath5k_desc       *desc;          /* TX/RX descriptors */