iwlwifi: 9000: increase the number of queues
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Wed, 16 Dec 2015 08:50:03 +0000 (10:50 +0200)
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Sun, 20 Dec 2015 21:27:37 +0000 (23:27 +0200)
9000 family devices have 31 queues.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-9000.c

index a784bb6..0d2aa1d 100644 (file)
@@ -83,7 +83,7 @@
 
 static const struct iwl_base_params iwl9000_base_params = {
        .eeprom_size = OTP_LOW_IMAGE_SIZE_FAMILY_9000,
-       .num_of_queues = IWLAGN_NUM_QUEUES,
+       .num_of_queues = 31,
        .pll_cfg_val = 0,
        .shadow_ram_support = true,
        .led_compensation = 57,