aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/wmi.h
diff options
context:
space:
mode:
authorSujith Manoharan <Sujith.Manoharan@atheros.com>2011-04-13 01:56:58 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-04-13 15:24:41 -0400
commitfbc29d6c3da58bc51416f65a50bdb419d4ea85b8 (patch)
tree8a79d7a2c238015880358c7ee03b9919dd540abf /drivers/net/wireless/ath/ath9k/wmi.h
parent821f9414c0546fbc99a999e9dc613d1756e1de8a (diff)
ath9k_htc: Add detailed firmware statistics
New debugfs files: <debugfs_root>/ath9k_htc/<phy#>/tgt_int_stats <debugfs_root>/ath9k_htc/<phy#>/tgt_tx_stats <debugfs_root>/ath9k_htc/<phy#>/tgt_rx_stats Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/wmi.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/wmi.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/wmi.h b/drivers/net/wireless/ath/ath9k/wmi.h
index 310d94eaed19..02ecb9f06db0 100644
--- a/drivers/net/wireless/ath/ath9k/wmi.h
+++ b/drivers/net/wireless/ath/ath9k/wmi.h
@@ -17,7 +17,6 @@
17#ifndef WMI_H 17#ifndef WMI_H
18#define WMI_H 18#define WMI_H
19 19
20
21struct wmi_event_txrate { 20struct wmi_event_txrate {
22 __be32 txrate; 21 __be32 txrate;
23 struct { 22 struct {
@@ -106,9 +105,12 @@ enum wmi_cmd_id {
106 WMI_RC_STATE_CHANGE_CMDID, 105 WMI_RC_STATE_CHANGE_CMDID,
107 WMI_RC_RATE_UPDATE_CMDID, 106 WMI_RC_RATE_UPDATE_CMDID,
108 WMI_TARGET_IC_UPDATE_CMDID, 107 WMI_TARGET_IC_UPDATE_CMDID,
109 WMI_TGT_STATS_CMDID,
110 WMI_TX_AGGR_ENABLE_CMDID, 108 WMI_TX_AGGR_ENABLE_CMDID,
111 WMI_TGT_DETACH_CMDID, 109 WMI_TGT_DETACH_CMDID,
110 WMI_NODE_UPDATE_CMDID,
111 WMI_INT_STATS_CMDID,
112 WMI_TX_STATS_CMDID,
113 WMI_RX_STATS_CMDID,
112 WMI_AGGR_LIMIT_CMD = 0x0026, 114 WMI_AGGR_LIMIT_CMD = 0x0026,
113}; 115};
114 116
@@ -119,7 +121,6 @@ enum wmi_event_id {
119 WMI_TXTO_EVENTID, 121 WMI_TXTO_EVENTID,
120 WMI_BMISS_EVENTID, 122 WMI_BMISS_EVENTID,
121 WMI_DELBA_EVENTID, 123 WMI_DELBA_EVENTID,
122 WMI_TXRATE_EVENTID,
123 WMI_TXSTATUS_EVENTID, 124 WMI_TXSTATUS_EVENTID,
124}; 125};
125 126