Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 1 | /* |
Sujith Manoharan | 5b68138 | 2011-05-17 13:36:18 +0530 | [diff] [blame] | 2 | * Copyright (c) 2008-2011 Atheros Communications Inc. |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 3 | * |
| 4 | * Permission to use, copy, modify, and/or distribute this software for any |
| 5 | * purpose with or without fee is hereby granted, provided that the above |
| 6 | * copyright notice and this permission notice appear in all copies. |
| 7 | * |
| 8 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 9 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 10 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 11 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 13 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 15 | */ |
| 16 | |
| 17 | #ifndef DEBUG_H |
| 18 | #define DEBUG_H |
| 19 | |
Luis R. Rodriguez | 4d6b228 | 2009-09-07 04:52:26 -0700 | [diff] [blame] | 20 | #include "hw.h" |
Felix Fietkau | 545750d | 2009-11-23 22:21:01 +0100 | [diff] [blame] | 21 | #include "rc.h" |
Zefir Kurtisi | 29942bc | 2011-12-14 20:16:34 -0800 | [diff] [blame] | 22 | #include "dfs_debug.h" |
Luis R. Rodriguez | 4d6b228 | 2009-09-07 04:52:26 -0700 | [diff] [blame] | 23 | |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 24 | struct ath_txq; |
| 25 | struct ath_buf; |
| 26 | |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 27 | #ifdef CONFIG_ATH9K_DEBUGFS |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 28 | #define TX_STAT_INC(q, c) sc->debug.stats.txstats[q].c++ |
Felix Fietkau | 030d629 | 2011-10-07 02:28:13 +0200 | [diff] [blame] | 29 | #define RESET_STAT_INC(sc, type) sc->debug.stats.reset[type]++ |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 30 | #else |
| 31 | #define TX_STAT_INC(q, c) do { } while (0) |
Felix Fietkau | 030d629 | 2011-10-07 02:28:13 +0200 | [diff] [blame] | 32 | #define RESET_STAT_INC(sc, type) do { } while (0) |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 33 | #endif |
| 34 | |
Rajkumar Manoharan | 124b979 | 2012-07-17 17:16:42 +0530 | [diff] [blame] | 35 | enum ath_reset_type { |
| 36 | RESET_TYPE_BB_HANG, |
| 37 | RESET_TYPE_BB_WATCHDOG, |
| 38 | RESET_TYPE_FATAL_INT, |
| 39 | RESET_TYPE_TX_ERROR, |
| 40 | RESET_TYPE_TX_HANG, |
| 41 | RESET_TYPE_PLL_HANG, |
| 42 | RESET_TYPE_MAC_HANG, |
| 43 | RESET_TYPE_BEACON_STUCK, |
| 44 | RESET_TYPE_MCI, |
| 45 | __RESET_TYPE_MAX |
| 46 | }; |
| 47 | |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 48 | #ifdef CONFIG_ATH9K_DEBUGFS |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 49 | |
| 50 | /** |
| 51 | * struct ath_interrupt_stats - Contains statistics about interrupts |
| 52 | * @total: Total no. of interrupts generated so far |
| 53 | * @rxok: RX with no errors |
Luis R. Rodriguez | a9616f4 | 2010-04-15 17:39:30 -0400 | [diff] [blame] | 54 | * @rxlp: RX with low priority RX |
| 55 | * @rxhp: RX with high priority, uapsd only |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 56 | * @rxeol: RX with no more RXDESC available |
| 57 | * @rxorn: RX FIFO overrun |
| 58 | * @txok: TX completed at the requested rate |
| 59 | * @txurn: TX FIFO underrun |
| 60 | * @mib: MIB regs reaching its threshold |
| 61 | * @rxphyerr: RX with phy errors |
| 62 | * @rx_keycache_miss: RX with key cache misses |
| 63 | * @swba: Software Beacon Alert |
| 64 | * @bmiss: Beacon Miss |
| 65 | * @bnr: Beacon Not Ready |
| 66 | * @cst: Carrier Sense TImeout |
| 67 | * @gtt: Global TX Timeout |
| 68 | * @tim: RX beacon TIM occurrence |
| 69 | * @cabend: RX End of CAB traffic |
| 70 | * @dtimsync: DTIM sync lossage |
| 71 | * @dtim: RX Beacon with DTIM |
Luis R. Rodriguez | 08578b8 | 2010-05-13 13:33:44 -0400 | [diff] [blame] | 72 | * @bb_watchdog: Baseband watchdog |
Mohammed Shafi Shajakhan | 6dde1aa | 2011-04-22 17:27:01 +0530 | [diff] [blame] | 73 | * @tsfoor: TSF out of range, indicates that the corrected TSF received |
| 74 | * from a beacon differs from the PCU's internal TSF by more than a |
| 75 | * (programmable) threshold |
Ben Greear | 462e58f | 2012-04-12 10:04:00 -0700 | [diff] [blame] | 76 | * @local_timeout: Internal bus timeout. |
Mohammed Shafi Shajakhan | c9e6e98 | 2012-09-07 15:54:13 +0530 | [diff] [blame^] | 77 | * @mci: MCI interrupt, specific to MCI based BTCOEX chipsets |
| 78 | * @gen_timer: Generic hardware timer interrupt |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 79 | */ |
| 80 | struct ath_interrupt_stats { |
| 81 | u32 total; |
| 82 | u32 rxok; |
Luis R. Rodriguez | a9616f4 | 2010-04-15 17:39:30 -0400 | [diff] [blame] | 83 | u32 rxlp; |
| 84 | u32 rxhp; |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 85 | u32 rxeol; |
| 86 | u32 rxorn; |
| 87 | u32 txok; |
| 88 | u32 txeol; |
| 89 | u32 txurn; |
| 90 | u32 mib; |
| 91 | u32 rxphyerr; |
| 92 | u32 rx_keycache_miss; |
| 93 | u32 swba; |
| 94 | u32 bmiss; |
| 95 | u32 bnr; |
| 96 | u32 cst; |
| 97 | u32 gtt; |
| 98 | u32 tim; |
| 99 | u32 cabend; |
| 100 | u32 dtimsync; |
| 101 | u32 dtim; |
Luis R. Rodriguez | 08578b8 | 2010-05-13 13:33:44 -0400 | [diff] [blame] | 102 | u32 bb_watchdog; |
Mohammed Shafi Shajakhan | 6dde1aa | 2011-04-22 17:27:01 +0530 | [diff] [blame] | 103 | u32 tsfoor; |
Sujith Manoharan | 97ba515 | 2012-06-04 16:27:41 +0530 | [diff] [blame] | 104 | u32 mci; |
Mohammed Shafi Shajakhan | c9e6e98 | 2012-09-07 15:54:13 +0530 | [diff] [blame^] | 105 | u32 gen_timer; |
Ben Greear | 462e58f | 2012-04-12 10:04:00 -0700 | [diff] [blame] | 106 | |
| 107 | /* Sync-cause stats */ |
| 108 | u32 sync_cause_all; |
| 109 | u32 sync_rtc_irq; |
| 110 | u32 sync_mac_irq; |
| 111 | u32 eeprom_illegal_access; |
| 112 | u32 apb_timeout; |
| 113 | u32 pci_mode_conflict; |
| 114 | u32 host1_fatal; |
| 115 | u32 host1_perr; |
| 116 | u32 trcv_fifo_perr; |
| 117 | u32 radm_cpl_ep; |
| 118 | u32 radm_cpl_dllp_abort; |
| 119 | u32 radm_cpl_tlp_abort; |
| 120 | u32 radm_cpl_ecrc_err; |
| 121 | u32 radm_cpl_timeout; |
| 122 | u32 local_timeout; |
| 123 | u32 pm_access; |
| 124 | u32 mac_awake; |
| 125 | u32 mac_asleep; |
| 126 | u32 mac_sleep_access; |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 127 | }; |
| 128 | |
Ben Greear | 462e58f | 2012-04-12 10:04:00 -0700 | [diff] [blame] | 129 | |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 130 | /** |
| 131 | * struct ath_tx_stats - Statistics about TX |
Ben Greear | 99c15bf | 2010-10-01 12:26:30 -0700 | [diff] [blame] | 132 | * @tx_pkts_all: No. of total frames transmitted, including ones that |
| 133 | may have had errors. |
| 134 | * @tx_bytes_all: No. of total bytes transmitted, including ones that |
| 135 | may have had errors. |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 136 | * @queued: Total MPDUs (non-aggr) queued |
| 137 | * @completed: Total MPDUs (non-aggr) completed |
| 138 | * @a_aggr: Total no. of aggregates queued |
Ben Greear | bda8add | 2011-01-09 23:11:48 -0800 | [diff] [blame] | 139 | * @a_queued_hw: Total AMPDUs queued to hardware |
| 140 | * @a_queued_sw: Total AMPDUs queued to software queues |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 141 | * @a_completed: Total AMPDUs completed |
| 142 | * @a_retries: No. of AMPDUs retried (SW) |
| 143 | * @a_xretries: No. of AMPDUs dropped due to xretries |
| 144 | * @fifo_underrun: FIFO underrun occurrences |
| 145 | Valid only for: |
| 146 | - non-aggregate condition. |
| 147 | - first packet of aggregate. |
| 148 | * @xtxop: No. of frames filtered because of TXOP limit |
| 149 | * @timer_exp: Transmit timer expiry |
| 150 | * @desc_cfg_err: Descriptor configuration errors |
| 151 | * @data_urn: TX data underrun errors |
| 152 | * @delim_urn: TX delimiter underrun errors |
Ben Greear | 2dac4fb | 2011-01-09 23:11:45 -0800 | [diff] [blame] | 153 | * @puttxbuf: Number of times hardware was given txbuf to write. |
| 154 | * @txstart: Number of times hardware was told to start tx. |
| 155 | * @txprocdesc: Number of times tx descriptor was processed |
Ben Greear | a5a0bca | 2012-04-03 09:16:55 -0700 | [diff] [blame] | 156 | * @txfailed: Out-of-memory or other errors in xmit path. |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 157 | */ |
| 158 | struct ath_tx_stats { |
Ben Greear | 99c15bf | 2010-10-01 12:26:30 -0700 | [diff] [blame] | 159 | u32 tx_pkts_all; |
| 160 | u32 tx_bytes_all; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 161 | u32 queued; |
| 162 | u32 completed; |
Felix Fietkau | 5a6f78a | 2011-05-31 21:21:41 +0200 | [diff] [blame] | 163 | u32 xretries; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 164 | u32 a_aggr; |
Ben Greear | bda8add | 2011-01-09 23:11:48 -0800 | [diff] [blame] | 165 | u32 a_queued_hw; |
| 166 | u32 a_queued_sw; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 167 | u32 a_completed; |
| 168 | u32 a_retries; |
| 169 | u32 a_xretries; |
| 170 | u32 fifo_underrun; |
| 171 | u32 xtxop; |
| 172 | u32 timer_exp; |
| 173 | u32 desc_cfg_err; |
| 174 | u32 data_underrun; |
| 175 | u32 delim_underrun; |
Ben Greear | 2dac4fb | 2011-01-09 23:11:45 -0800 | [diff] [blame] | 176 | u32 puttxbuf; |
| 177 | u32 txstart; |
| 178 | u32 txprocdesc; |
Ben Greear | a5a0bca | 2012-04-03 09:16:55 -0700 | [diff] [blame] | 179 | u32 txfailed; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 180 | }; |
| 181 | |
Ben Greear | 1507218 | 2012-04-03 09:18:59 -0700 | [diff] [blame] | 182 | #define RX_STAT_INC(c) (sc->debug.stats.rxstats.c++) |
| 183 | |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 184 | /** |
| 185 | * struct ath_rx_stats - RX Statistics |
Ben Greear | 99c15bf | 2010-10-01 12:26:30 -0700 | [diff] [blame] | 186 | * @rx_pkts_all: No. of total frames received, including ones that |
| 187 | may have had errors. |
| 188 | * @rx_bytes_all: No. of total bytes received, including ones that |
| 189 | may have had errors. |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 190 | * @crc_err: No. of frames with incorrect CRC value |
| 191 | * @decrypt_crc_err: No. of frames whose CRC check failed after |
| 192 | decryption process completed |
| 193 | * @phy_err: No. of frames whose reception failed because the PHY |
| 194 | encountered an error |
| 195 | * @mic_err: No. of frames with incorrect TKIP MIC verification failure |
| 196 | * @pre_delim_crc_err: Pre-Frame delimiter CRC error detections |
| 197 | * @post_delim_crc_err: Post-Frame delimiter CRC error detections |
| 198 | * @decrypt_busy_err: Decryption interruptions counter |
| 199 | * @phy_err_stats: Individual PHY error statistics |
Ben Greear | 1507218 | 2012-04-03 09:18:59 -0700 | [diff] [blame] | 200 | * @rx_len_err: No. of frames discarded due to bad length. |
| 201 | * @rx_oom_err: No. of frames dropped due to OOM issues. |
| 202 | * @rx_rate_err: No. of frames dropped due to rate errors. |
| 203 | * @rx_too_many_frags_err: Frames dropped due to too-many-frags received. |
| 204 | * @rx_drop_rxflush: No. of frames dropped due to RX-FLUSH. |
| 205 | * @rx_beacons: No. of beacons received. |
| 206 | * @rx_frags: No. of rx-fragements received. |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 207 | */ |
| 208 | struct ath_rx_stats { |
Ben Greear | 99c15bf | 2010-10-01 12:26:30 -0700 | [diff] [blame] | 209 | u32 rx_pkts_all; |
| 210 | u32 rx_bytes_all; |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 211 | u32 crc_err; |
| 212 | u32 decrypt_crc_err; |
| 213 | u32 phy_err; |
| 214 | u32 mic_err; |
| 215 | u32 pre_delim_crc_err; |
| 216 | u32 post_delim_crc_err; |
| 217 | u32 decrypt_busy_err; |
| 218 | u32 phy_err_stats[ATH9K_PHYERR_MAX]; |
Ben Greear | 1507218 | 2012-04-03 09:18:59 -0700 | [diff] [blame] | 219 | u32 rx_len_err; |
| 220 | u32 rx_oom_err; |
| 221 | u32 rx_rate_err; |
| 222 | u32 rx_too_many_frags_err; |
| 223 | u32 rx_drop_rxflush; |
| 224 | u32 rx_beacons; |
| 225 | u32 rx_frags; |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 226 | }; |
| 227 | |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 228 | struct ath_stats { |
| 229 | struct ath_interrupt_stats istats; |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 230 | struct ath_tx_stats txstats[ATH9K_NUM_TX_QUEUES]; |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 231 | struct ath_rx_stats rxstats; |
Zefir Kurtisi | 29942bc | 2011-12-14 20:16:34 -0800 | [diff] [blame] | 232 | struct ath_dfs_stats dfs_stats; |
Felix Fietkau | 030d629 | 2011-10-07 02:28:13 +0200 | [diff] [blame] | 233 | u32 reset[__RESET_TYPE_MAX]; |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 234 | }; |
| 235 | |
Rajkumar Manoharan | cf3af74 | 2011-08-27 16:17:47 +0530 | [diff] [blame] | 236 | #define ATH_DBG_MAX_SAMPLES 10 |
| 237 | struct ath_dbg_bb_mac_samp { |
| 238 | u32 dma_dbg_reg_vals[ATH9K_NUM_DMA_DEBUG_REGS]; |
| 239 | u32 pcu_obs, pcu_cr, noise; |
| 240 | struct { |
| 241 | u64 jiffies; |
| 242 | int8_t rssi_ctl0; |
| 243 | int8_t rssi_ctl1; |
| 244 | int8_t rssi_ctl2; |
| 245 | int8_t rssi_ext0; |
| 246 | int8_t rssi_ext1; |
| 247 | int8_t rssi_ext2; |
| 248 | int8_t rssi; |
| 249 | bool isok; |
| 250 | u8 rts_fail_cnt; |
| 251 | u8 data_fail_cnt; |
| 252 | u8 rateindex; |
| 253 | u8 qid; |
| 254 | u8 tid; |
Mohammed Shafi Shajakhan | 12932180 | 2011-09-21 14:22:49 +0530 | [diff] [blame] | 255 | u32 ba_low; |
| 256 | u32 ba_high; |
Rajkumar Manoharan | cf3af74 | 2011-08-27 16:17:47 +0530 | [diff] [blame] | 257 | } ts[ATH_DBG_MAX_SAMPLES]; |
| 258 | struct { |
| 259 | u64 jiffies; |
| 260 | int8_t rssi_ctl0; |
| 261 | int8_t rssi_ctl1; |
| 262 | int8_t rssi_ctl2; |
| 263 | int8_t rssi_ext0; |
| 264 | int8_t rssi_ext1; |
| 265 | int8_t rssi_ext2; |
| 266 | int8_t rssi; |
| 267 | bool is_mybeacon; |
| 268 | u8 antenna; |
| 269 | u8 rate; |
| 270 | } rs[ATH_DBG_MAX_SAMPLES]; |
| 271 | struct ath_cycle_counters cc; |
| 272 | struct ath9k_nfcal_hist nfCalHist[NUM_NF_READINGS]; |
| 273 | }; |
| 274 | |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 275 | struct ath9k_debug { |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 276 | struct dentry *debugfs_phy; |
Felix Fietkau | 9bff0bc | 2010-05-11 17:23:02 +0200 | [diff] [blame] | 277 | u32 regidx; |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 278 | struct ath_stats stats; |
Felix Fietkau | 5baec74 | 2012-03-03 15:17:03 +0100 | [diff] [blame] | 279 | #ifdef CONFIG_ATH9K_MAC_DEBUG |
Rajkumar Manoharan | cf3af74 | 2011-08-27 16:17:47 +0530 | [diff] [blame] | 280 | spinlock_t samp_lock; |
| 281 | struct ath_dbg_bb_mac_samp bb_mac_samp[ATH_DBG_MAX_SAMPLES]; |
| 282 | u8 sampidx; |
| 283 | u8 tsidx; |
| 284 | u8 rsidx; |
Felix Fietkau | 5baec74 | 2012-03-03 15:17:03 +0100 | [diff] [blame] | 285 | #endif |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 286 | }; |
| 287 | |
Luis R. Rodriguez | 4d6b228 | 2009-09-07 04:52:26 -0700 | [diff] [blame] | 288 | int ath9k_init_debug(struct ath_hw *ah); |
Luis R. Rodriguez | 4d6b228 | 2009-09-07 04:52:26 -0700 | [diff] [blame] | 289 | |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 290 | void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status); |
Felix Fietkau | 066dae9 | 2010-11-07 14:59:39 +0100 | [diff] [blame] | 291 | void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, |
Felix Fietkau | 55797b1 | 2011-09-14 21:24:16 +0200 | [diff] [blame] | 292 | struct ath_tx_status *ts, struct ath_txq *txq, |
| 293 | unsigned int flags); |
Felix Fietkau | 8e6f5aa | 2010-03-29 20:09:27 -0700 | [diff] [blame] | 294 | void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs); |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 295 | |
| 296 | #else |
| 297 | |
Ben Greear | 1507218 | 2012-04-03 09:18:59 -0700 | [diff] [blame] | 298 | #define RX_STAT_INC(c) /* NOP */ |
| 299 | |
Luis R. Rodriguez | 4d6b228 | 2009-09-07 04:52:26 -0700 | [diff] [blame] | 300 | static inline int ath9k_init_debug(struct ath_hw *ah) |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 301 | { |
| 302 | return 0; |
| 303 | } |
| 304 | |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 305 | static inline void ath_debug_stat_interrupt(struct ath_softc *sc, |
| 306 | enum ath9k_int status) |
| 307 | { |
| 308 | } |
| 309 | |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 310 | static inline void ath_debug_stat_tx(struct ath_softc *sc, |
Felix Fietkau | 32ffb1f | 2010-03-31 15:41:36 -0700 | [diff] [blame] | 311 | struct ath_buf *bf, |
Felix Fietkau | 3bf63e5 | 2011-01-28 17:52:49 +0100 | [diff] [blame] | 312 | struct ath_tx_status *ts, |
Felix Fietkau | 55797b1 | 2011-09-14 21:24:16 +0200 | [diff] [blame] | 313 | struct ath_txq *txq, |
| 314 | unsigned int flags) |
Sujith | fec247c | 2009-07-27 12:08:16 +0530 | [diff] [blame] | 315 | { |
| 316 | } |
| 317 | |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 318 | static inline void ath_debug_stat_rx(struct ath_softc *sc, |
Felix Fietkau | 32ffb1f | 2010-03-31 15:41:36 -0700 | [diff] [blame] | 319 | struct ath_rx_status *rs) |
Sujith | 1395d3f | 2010-01-08 10:36:11 +0530 | [diff] [blame] | 320 | { |
| 321 | } |
| 322 | |
Felix Fietkau | a830df0 | 2009-11-23 22:33:27 +0100 | [diff] [blame] | 323 | #endif /* CONFIG_ATH9K_DEBUGFS */ |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 324 | |
Felix Fietkau | 5baec74 | 2012-03-03 15:17:03 +0100 | [diff] [blame] | 325 | #ifdef CONFIG_ATH9K_MAC_DEBUG |
| 326 | |
| 327 | void ath9k_debug_samp_bb_mac(struct ath_softc *sc); |
| 328 | |
| 329 | #else |
| 330 | |
| 331 | static inline void ath9k_debug_samp_bb_mac(struct ath_softc *sc) |
| 332 | { |
| 333 | } |
| 334 | |
| 335 | #endif |
| 336 | |
| 337 | |
Sujith | 394cf0a | 2009-02-09 13:26:54 +0530 | [diff] [blame] | 338 | #endif /* DEBUG_H */ |