summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k/Makefile
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>2015-06-18 07:01:09 (GMT)
committerKalle Valo <kvalo@qca.qualcomm.com>2015-06-30 12:12:47 (GMT)
commitdcb02db1068b78bd1b4d2bf64317021c2531a7b0 (patch)
tree74a5984e74f0a9451d49dad41312bc65feb5c997 /drivers/net/wireless/ath/ath10k/Makefile
parentfd3d6ffbd035d24b2baff0b5b39751183c289b33 (diff)
downloadlinux-dcb02db1068b78bd1b4d2bf64317021c2531a7b0.tar.xz
ath10k: Add support for code swap
Code swap is a mechanism to use host memory to store some fw binary code segment. Ath10k host driver allocates and loads the code swap binary into the host memory and configures the target with the host allocated memory information at the address taken from code swap binary. This patch adds code swap support for firmware binary. Code swap binary for firmware bin is available in ATH10K_FW_IE_FW_CODE_SWAP_IMAGE. Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath10k/Makefile')
-rw-r--r--drivers/net/wireless/ath/ath10k/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath10k/Makefile b/drivers/net/wireless/ath/ath10k/Makefile
index 9729e69..c04fb00 100644
--- a/drivers/net/wireless/ath/ath10k/Makefile
+++ b/drivers/net/wireless/ath/ath10k/Makefile
@@ -11,7 +11,8 @@ ath10k_core-y += mac.o \
wmi-tlv.o \
bmi.o \
hw.o \
- p2p.o
+ p2p.o \
+ swap.o
ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o
ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o