aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mci.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2012-02-22 02:11:18 -0500
committerJohn W. Linville <linville@tuxdriver.com>2012-02-27 14:06:36 -0500
commitf4701b5a0dc3e047d4a9e11cd70d8839893bad17 (patch)
tree7d6511583411cad0b703caefa5328afff8f131d1 /drivers/net/wireless/ath/ath9k/mci.h
parent528e5d3605a589632bb6660aa1ea90729f8ca776 (diff)
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 @@
17#ifndef MCI_H 17#ifndef MCI_H
18#define MCI_H 18#define MCI_H
19 19
20#include "ar9003_mci.h"
21
20#define ATH_MCI_SCHED_BUF_SIZE (16 * 16) /* 16 entries, 4 dword each */ 22#define ATH_MCI_SCHED_BUF_SIZE (16 * 16) /* 16 entries, 4 dword each */
21#define ATH_MCI_GPM_MAX_ENTRY 16 23#define ATH_MCI_GPM_MAX_ENTRY 16
22#define ATH_MCI_GPM_BUF_SIZE (ATH_MCI_GPM_MAX_ENTRY * 16) 24#define ATH_MCI_GPM_BUF_SIZE (ATH_MCI_GPM_MAX_ENTRY * 16)