summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/Makefile
diff options
context:
space:
mode:
authorMordechai Goodstein2017-06-13 16:17:27 +0200
committerLuca Coelho2017-08-01 11:41:45 +0200
commitf2e66c8df0d0f10c70ed7f5e14a939714e9ee6a9 (patch)
tree2cf4d52ef0523ff3b1c5427ec620bb9a1a1777d3 /drivers/net/wireless/intel/iwlwifi/Makefile
parentiwlwifi: mvm: support fw reading empty OTP (diff)
downloadkernel-qcow2-linux-f2e66c8df0d0f10c70ed7f5e14a939714e9ee6a9.tar.gz
kernel-qcow2-linux-f2e66c8df0d0f10c70ed7f5e14a939714e9ee6a9.tar.xz
kernel-qcow2-linux-f2e66c8df0d0f10c70ed7f5e14a939714e9ee6a9.zip
iwlwifi: implement fseq version mismatch warning
During init, the FW checks whether the FSEQ value matches what it expects. If it doesn't match, we print a warning to let integrators clearly know that something is wrong. This can happen if another core (i.e. not WiFi) has updated the FSEQ version. This notification is only sent by the FW in production, for development firmwares, an assertion is triggered instead. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Mordechai Goodstein <mordechay.goodstein@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/Makefile')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/Makefile b/drivers/net/wireless/intel/iwlwifi/Makefile
index fd12b7394c5c..5dcb4a848dba 100644
--- a/drivers/net/wireless/intel/iwlwifi/Makefile
+++ b/drivers/net/wireless/intel/iwlwifi/Makefile
@@ -12,6 +12,7 @@ iwlwifi-$(CONFIG_IWLMVM) += cfg/7000.o cfg/8000.o cfg/9000.o cfg/a000.o
iwlwifi-objs += iwl-trans.o
iwlwifi-objs += fw/notif-wait.o
iwlwifi-$(CONFIG_IWLMVM) += fw/paging.o fw/smem.o fw/init.o fw/dbg.o
+iwlwifi-$(CONFIG_IWLMVM) += fw/common_rx.o
iwlwifi-objs += $(iwlwifi-m)