diff options
author | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-03-25 10:15:28 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-03-26 09:36:46 -0400 |
commit | 636f828844fad9421ea6e7df053bba995febdecf (patch) | |
tree | 48686f3155d6f7640ab3e975bf57612e7b02f52e /drivers/net/wireless/ath/ath6kl/Makefile | |
parent | e76ac2bf637defbe3b7fc644813be584b941ff0a (diff) |
ath6kl: Add HTC pipe implementation
This is needed for USB.
Based on code by Kevin Fang.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath6kl/Makefile')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/Makefile b/drivers/net/wireless/ath/ath6kl/Makefile index f4ac8174b24c..8cae8886f17d 100644 --- a/drivers/net/wireless/ath/ath6kl/Makefile +++ b/drivers/net/wireless/ath/ath6kl/Makefile | |||
@@ -26,6 +26,7 @@ obj-$(CONFIG_ATH6KL) += ath6kl_core.o | |||
26 | ath6kl_core-y += debug.o | 26 | ath6kl_core-y += debug.o |
27 | ath6kl_core-y += hif.o | 27 | ath6kl_core-y += hif.o |
28 | ath6kl_core-y += htc_mbox.o | 28 | ath6kl_core-y += htc_mbox.o |
29 | ath6kl_core-y += htc_pipe.o | ||
29 | ath6kl_core-y += bmi.o | 30 | ath6kl_core-y += bmi.o |
30 | ath6kl_core-y += cfg80211.o | 31 | ath6kl_core-y += cfg80211.o |
31 | ath6kl_core-y += init.o | 32 | ath6kl_core-y += init.o |