Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm...
[deliverable/linux.git] / drivers / net / wireless / intel / iwlwifi / iwl-8000.c
index bce9b3420a13529926d3919fb7f14fddca559ef6..b5c57eebf995301e023e683fb672afb6876924b6 100644 (file)
@@ -70,8 +70,8 @@
 #include "iwl-agn-hw.h"
 
 /* Highest firmware API version supported */
-#define IWL8000_UCODE_API_MAX  20
-#define IWL8265_UCODE_API_MAX  20
+#define IWL8000_UCODE_API_MAX  21
+#define IWL8265_UCODE_API_MAX  21
 
 /* Oldest version we won't warn about */
 #define IWL8000_UCODE_API_OK   13
@@ -93,7 +93,7 @@
 #define IWL8260_SMEM_OFFSET            0x400000
 #define IWL8260_SMEM_LEN               0x68000
 
-#define IWL8000_FW_PRE "iwlwifi-8000"
+#define IWL8000_FW_PRE "iwlwifi-8000C-"
 #define IWL8000_MODULE_FIRMWARE(api) \
        IWL8000_FW_PRE "-" __stringify(api) ".ucode"
 
@@ -217,6 +217,7 @@ const struct iwl_cfg iwl8265_2ac_cfg = {
        .nvm_ver = IWL8000_NVM_VERSION,
        .nvm_calib_ver = IWL8000_TX_POWER_VERSION,
        .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K,
+       .vht_mu_mimo_supported = true,
 };
 
 const struct iwl_cfg iwl4165_2ac_cfg = {
This page took 0.025024 seconds and 5 git commands to generate.