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

Commit 3baafeff authored by Pavel Machek's avatar Pavel Machek Committed by Kalle Valo
Browse files

iwlwifi: 1000: set the TFD queue size



.max_tfd_queue_size was ommited for 1000 card serries leading to oops in
swiotlb.

Fixes: 7b3e42ea ("iwlwifi: support multiple tfd queue max sizes for different devices")
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 2823c871
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@

static const struct iwl_base_params iwl1000_base_params = {
	.num_of_queues = IWLAGN_NUM_QUEUES,
	.max_tfd_queue_size = 256,
	.eeprom_size = OTP_LOW_IMAGE_SIZE,
	.pll_cfg = true,
	.max_ll_items = OTP_MAX_LL_ITEMS_1000,