summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/mci.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2012-02-22 11:11:18 +0400
committerJohn W. Linville <linville@tuxdriver.com>2012-02-27 23:06:36 +0400
commitf4701b5a0dc3e047d4a9e11cd70d8839893bad17 (patch)
tree7d6511583411cad0b703caefa5328afff8f131d1 /drivers/net/wireless/ath/ath9k/mci.h
parent528e5d3605a589632bb6660aa1ea90729f8ca776 (diff)
downloadlinux-f4701b5a0dc3e047d4a9e11cd70d8839893bad17.tar.xz
ath9k_hw: Cleanup MCI bits from hw.h
This patch moves all the MCI-specific declarations that have been dumped unceremoniously in hw.h to ar9003_mci.h Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mci.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/mci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mci.h b/drivers/net/wireless/ath/ath9k/mci.h
index b805bf24ea4c..c841444f53c2 100644
--- a/drivers/net/wireless/ath/ath9k/mci.h
+++ b/drivers/net/wireless/ath/ath9k/mci.h
@@ -17,6 +17,8 @@
#ifndef MCI_H
#define MCI_H
+#include "ar9003_mci.h"
+
#define ATH_MCI_SCHED_BUF_SIZE (16 * 16) /* 16 entries, 4 dword each */
#define ATH_MCI_GPM_MAX_ENTRY 16
#define ATH_MCI_GPM_BUF_SIZE (ATH_MCI_GPM_MAX_ENTRY * 16)