Re: [PATCHv2 2/2] ath10k: add spectral scan feature
From: Sven Eckelmann <sven@narfation.org>
Date: 2014-07-21 19:02:55
From: Sven Eckelmann <sven@narfation.org>
Date: 2014-07-21 19:02:55
On Monday 21 July 2014 14:32:23 Simon Wunderlich wrote:
diff --git a/drivers/net/wireless/ath/ath10k/Makefileb/drivers/net/wireless/ath/ath10k/Makefile index 2110a5c..e1dcefd 100644--- a/drivers/net/wireless/ath/ath10k/Makefile +++ b/drivers/net/wireless/ath/ath10k/Makefile@@ -8,7 +8,8 @@ ath10k_core-y += mac.o \ htt_tx.o \ txrx.o \ wmi.o \ - bmi.o + bmi.o \ + spectral.o
ath9k doesn't compile the debugfs+spectral source files when CONFIG_ATH9K_DEBUGFS is not enabled. So this most likely has to be changed to ath10k_core-$(CONFIG_ATH10K_DEBUGFS) += spectral.o Otherwise the static inline functions in the spectral.h may collide with the functions inside spectral.c when CONFIG_ATH10K_DEBUGFS is disabled. Kind regards, Sven