diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-09-03 14:56:10 +0200 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2015-12-20 23:27:41 +0200 |
commit | 780e87c29e77688a453a657ba14c9b8215dbec1c (patch) | |
tree | dc28b76084b8733ef871ee43a9c641589e889053 /drivers/net/wireless/intel/iwlwifi/mvm/Makefile | |
parent | 5f7a18477c6cb36a435554b9744160e76bc9eb69 (diff) | |
download | blackbird-op-linux-780e87c29e77688a453a657ba14c9b8215dbec1c.tar.gz blackbird-op-linux-780e87c29e77688a453a657ba14c9b8215dbec1c.zip |
iwlwifi: mvm: add 9000 series RX processing
Convert the convert the new infrastructure added by previous
patches to actually use the new RX descriptor layout.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/mvm/Makefile')
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/mvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/Makefile b/drivers/net/wireless/intel/iwlwifi/mvm/Makefile index 2c0d20f2a918..80c2f88386a5 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/Makefile +++ b/drivers/net/wireless/intel/iwlwifi/mvm/Makefile @@ -1,6 +1,6 @@ obj-$(CONFIG_IWLMVM) += iwlmvm.o iwlmvm-y += fw.o mac80211.o nvm.o ops.o phy-ctxt.o mac-ctxt.o -iwlmvm-y += utils.o rx.o tx.o binding.o quota.o sta.o sf.o +iwlmvm-y += utils.o rx.o rxmq.o tx.o binding.o quota.o sta.o sf.o iwlmvm-y += scan.o time-event.o rs.o iwlmvm-y += power.o coex.o coex_legacy.o iwlmvm-y += tt.o offloading.o tdls.o |