diff options
author | Bruno Randolf <br1@einfach.org> | 2010-06-16 06:11:12 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-16 14:58:58 -0400 |
commit | 8d67a0310f7cba4796e5d5df99ed59408ac0b767 (patch) | |
tree | cf70379332ccbd220ed8cb80ce410d238839282a /drivers/net/wireless/ath/ath5k/debug.c | |
parent | c086abae5baa2df449ea5247011e8b7d52bb13f4 (diff) |
ath5k: more debug prints for resets
Add a debug print for every case of reset.
Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/debug.c')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/debug.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/ath5k/debug.c index 0f2e37d85cbd..5984edc95515 100644 --- a/drivers/net/wireless/ath/ath5k/debug.c +++ b/drivers/net/wireless/ath/ath5k/debug.c | |||
@@ -278,6 +278,7 @@ static ssize_t write_file_reset(struct file *file, | |||
278 | size_t count, loff_t *ppos) | 278 | size_t count, loff_t *ppos) |
279 | { | 279 | { |
280 | struct ath5k_softc *sc = file->private_data; | 280 | struct ath5k_softc *sc = file->private_data; |
281 | ATH5K_DBG(sc, ATH5K_DEBUG_RESET, "debug file triggered reset\n"); | ||
281 | tasklet_schedule(&sc->restq); | 282 | tasklet_schedule(&sc->restq); |
282 | return count; | 283 | return count; |
283 | } | 284 | } |