summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/iwl-a000.c
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-09-28 15:52:21 +0300
committerLuca Coelho <luciano.coelho@intel.com>2017-04-11 14:54:39 +0300
commit623e7766be907d9c20af334e25f98005c75b5d32 (patch)
tree96e30c932febcd6e4b911dc46658f529a2f6379f /drivers/net/wireless/intel/iwlwifi/iwl-a000.c
parent1ea423b0e047757dea80d5d968a25aa44af51273 (diff)
downloadtalos-obmc-linux-623e7766be907d9c20af334e25f98005c75b5d32.tar.gz
talos-obmc-linux-623e7766be907d9c20af334e25f98005c75b5d32.zip
iwlwifi: pcie: introduce split point to a000 devices
a000 devices are going to have a lot of flows simplified and changed: init flow, RX, TX, and more. This, combined with the fact that code is already very complicated due to backward compatibility - introduce a split that will enable to introduce simplified version of functions. Shared ops are moved to a macro, while functions that will be updated in the next patches are defined twice for now. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless/intel/iwlwifi/iwl-a000.c')
-rw-r--r--drivers/net/wireless/intel/iwlwifi/iwl-a000.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-a000.c b/drivers/net/wireless/intel/iwlwifi/iwl-a000.c
index 20739e92aef6..df4e8714d627 100644
--- a/drivers/net/wireless/intel/iwlwifi/iwl-a000.c
+++ b/drivers/net/wireless/intel/iwlwifi/iwl-a000.c
@@ -121,7 +121,8 @@ static const struct iwl_ht_params iwl_a000_ht_params = {
.vht_mu_mimo_supported = true, \
.mac_addr_from_csr = true, \
.use_tfh = true, \
- .rf_id = true
+ .rf_id = true, \
+ .gen2 = true
const struct iwl_cfg iwla000_2ac_cfg_hr = {
.name = "Intel(R) Dual Band Wireless AC a000",
OpenPOWER on IntegriCloud