debug.h (c8a72c00c6a58186c35901c5fb15584ebc2a081d) | debug.h (9bff0bc4012c7f079b297eb45b47780e3713f367) |
---|---|
1/* 2 * Copyright (c) 2008-2009 Atheros Communications Inc. 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 --- 139 unchanged lines hidden (view full) --- 148 struct ath_interrupt_stats istats; 149 struct ath_rc_stats rcstats[RATE_TABLE_SIZE]; 150 struct ath_tx_stats txstats[ATH9K_NUM_TX_QUEUES]; 151 struct ath_rx_stats rxstats; 152}; 153 154struct ath9k_debug { 155 struct dentry *debugfs_phy; | 1/* 2 * Copyright (c) 2008-2009 Atheros Communications Inc. 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 --- 139 unchanged lines hidden (view full) --- 148 struct ath_interrupt_stats istats; 149 struct ath_rc_stats rcstats[RATE_TABLE_SIZE]; 150 struct ath_tx_stats txstats[ATH9K_NUM_TX_QUEUES]; 151 struct ath_rx_stats rxstats; 152}; 153 154struct ath9k_debug { 155 struct dentry *debugfs_phy; |
156 u32 regidx; |
|
156 struct ath_stats stats; 157}; 158 159int ath9k_init_debug(struct ath_hw *ah); 160void ath9k_exit_debug(struct ath_hw *ah); 161 162int ath9k_debug_create_root(void); 163void ath9k_debug_remove_root(void); --- 58 unchanged lines hidden --- | 157 struct ath_stats stats; 158}; 159 160int ath9k_init_debug(struct ath_hw *ah); 161void ath9k_exit_debug(struct ath_hw *ah); 162 163int ath9k_debug_create_root(void); 164void ath9k_debug_remove_root(void); --- 58 unchanged lines hidden --- |