diff options
author | Kalle Valo <kalle.valo@nokia.com> | 2009-11-30 10:17:38 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-12-21 18:55:44 -0500 |
commit | b7339b1de0f7b6b8c95a6df87ea2221521328d11 (patch) | |
tree | fe6aad875334f58274898a2fe5e3a3f1a4e743f5 /drivers/net/wireless/wl12xx/wl1251.h | |
parent | 7dffb55b8a73228499ee65a3439f82112f4391c7 (diff) |
wl1251: add tx queue status to debugfs
Sometimes when debugging the state is good info.
Signed-off-by: Kalle Valo <kalle.valo@nokia.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl1251.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl1251.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl1251.h b/drivers/net/wireless/wl12xx/wl1251.h index 054533f7a124..6301578d1565 100644 --- a/drivers/net/wireless/wl12xx/wl1251.h +++ b/drivers/net/wireless/wl12xx/wl1251.h @@ -247,6 +247,7 @@ struct wl1251_debugfs { struct dentry *rxpipe_tx_xfr_host_int_trig_rx_data; struct dentry *tx_queue_len; + struct dentry *tx_queue_status; struct dentry *retry_count; struct dentry *excessive_retries; |