Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / drivers / net / wireless / intel / iwlwifi / iwl-9000.c
index ecbf4822cd697aa9dc1cf0e3a84bf5d376113bd1..318b1dc171f23510878a0d5df326020980ca3ff3 100644 (file)
@@ -55,7 +55,7 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL9000_UCODE_API_MAX  20
+#define IWL9000_UCODE_API_MAX  21
 
 /* Oldest version we won't warn about */
 #define IWL9000_UCODE_API_OK   13
@@ -138,7 +138,10 @@ static const struct iwl_tt_params iwl9000_tt_params = {
        .smem_offset = IWL9000_SMEM_OFFSET,                             \
        .smem_len = IWL9000_SMEM_LEN,                                   \
        .thermal_params = &iwl9000_tt_params,                           \
-       .apmg_not_supported = true
+       .apmg_not_supported = true,                                     \
+       .mq_rx_supported = true,                                        \
+       .vht_mu_mimo_supported = true,                                  \
+       .mac_addr_from_csr = true
 
 const struct iwl_cfg iwl9260_2ac_cfg = {
                .name = "Intel(R) Dual Band Wireless AC 9260",
This page took 0.025284 seconds and 5 git commands to generate.