diff options
author | Sujith Manoharan <Sujith.Manoharan@atheros.com> | 2011-04-13 01:54:55 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-04-13 15:23:13 -0400 |
commit | ee3fa1bdadd998652083a7814af745f765a06a25 (patch) | |
tree | dc43461932a7ae00cd6f0f05c1dada3f9b5e2cb2 | |
parent | 0a8579f6b7c3f4332ad9eb6615c7631ef9cd4ed6 (diff) |
ath9k_htc: Remove unused WMI_WLAN_TXCOMP_EVENTID
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/wmi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/wmi.h b/drivers/net/wireless/ath/ath9k/wmi.h index 3ab9604fd6bd..a81d554edb8e 100644 --- a/drivers/net/wireless/ath/ath9k/wmi.h +++ b/drivers/net/wireless/ath/ath9k/wmi.h | |||
@@ -80,7 +80,6 @@ enum wmi_event_id { | |||
80 | WMI_FATAL_EVENTID, | 80 | WMI_FATAL_EVENTID, |
81 | WMI_TXTO_EVENTID, | 81 | WMI_TXTO_EVENTID, |
82 | WMI_BMISS_EVENTID, | 82 | WMI_BMISS_EVENTID, |
83 | WMI_WLAN_TXCOMP_EVENTID, | ||
84 | WMI_DELBA_EVENTID, | 83 | WMI_DELBA_EVENTID, |
85 | WMI_TXRATE_EVENTID, | 84 | WMI_TXRATE_EVENTID, |
86 | }; | 85 | }; |