Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ae57b29 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach
Browse files

iwlwifi: 9000: increase the number of queues



9000 family devices have 31 queues.

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 6eb5e529
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -83,7 +83,7 @@


static const struct iwl_base_params iwl9000_base_params = {
static const struct iwl_base_params iwl9000_base_params = {
	.eeprom_size = OTP_LOW_IMAGE_SIZE_FAMILY_9000,
	.eeprom_size = OTP_LOW_IMAGE_SIZE_FAMILY_9000,
	.num_of_queues = IWLAGN_NUM_QUEUES,
	.num_of_queues = 31,
	.pll_cfg_val = 0,
	.pll_cfg_val = 0,
	.shadow_ram_support = true,
	.shadow_ram_support = true,
	.led_compensation = 57,
	.led_compensation = 57,